Skip to content

Commit

Permalink
fix: Checkout repo with release tag from action (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoo1984 authored Jan 27, 2024
1 parent ef26dcf commit 232a351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: '${{ steps.get-release.outputs.result }}'
ref: '${{ needs.get-release-tag.outputs.release_tag }}'
# - name: Assume happy-api deployment role
# uses: aws-actions/configure-aws-credentials@v2
# with:
Expand Down

0 comments on commit 232a351

Please sign in to comment.