Skip to content

Commit

Permalink
fix: tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahboston committed Aug 30, 2023
1 parent b9569c4 commit 094b518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
shell: bash
run: |
STEALTHTEST_VERSION=$(node --eval="process.stdout.write(require('./package.json').version)")
echo "TAG_NAME=${env.RELEASE_VERSION}-stealthtest.${STEALTHTEST_VERSION}" >> $GITHUB_ENV
echo "TAG_NAME=${inputs.release_version}-stealthtest.${STEALTHTEST_VERSION}" >> $GITHUB_ENV
- name: Show TAG_NAME val
run: echo "The TAG_NAME val is ${{ env.TAG_NAME }}"
Expand Down

0 comments on commit 094b518

Please sign in to comment.