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 2f84514 commit e18d579
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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 }}
with:
submodules: true
ref: $RELEASE_TAG # Check out the tag we created above
env:
RELEASE_TAG: ${{ needs.git-tag.outputs.RELEASE_TAG }}



0 comments on commit e18d579

Please sign in to comment.