Skip to content

Commit

Permalink
Issue TBD54566975#97: Debug why tag is not being passed
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Aug 2, 2024
1 parent 6d6fc94 commit 624e58e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
ref: $RELEASE_TAG # Check out the tag we created above
env:
RELEASE_TAG: ${{ needs.git-tag.outputs.RELEASE_TAG }}
ref: ${{ needs.git-tag.outputs.RELEASE_TAG }} # Check out the tag we created above



0 comments on commit 624e58e

Please sign in to comment.