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 e18d579 commit 7a78b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
runs-on: ubuntu-latest
#needs: run-ci
outputs:
output1: ${{ steps.set-version-and-tag.outputs.RELEASE_TAG }}
output2: ${{ steps.set-version-and-tag.outputs.RELEASE_VERSION }}
RELEASE_TAG: ${{ steps.set-version-and-tag.outputs.RELEASE_TAG }}
RELEASE_VERSION: ${{ steps.set-version-and-tag.outputs.RELEASE_VERSION }}

name: Create Git Tag
steps:
Expand Down

0 comments on commit 7a78b48

Please sign in to comment.