Skip to content

Commit

Permalink
Update tag to use generated version number (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartleeks committed Feb 23, 2023
1 parent c44dfb6 commit 6333761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ jobs:
- name: Create GitHub Action Release
env:
TAG_NAME: v0.1
RELEASE_NAME: v0.1.${{ github.run_number }}
TAG_NAME: ${{ needs.build.outputs.version_short }}
RELEASE_NAME: ${{ needs.build.outputs.version }}
GH_TOKEN: ${{ github.token }}
run: |
git config user.name "CI build"
Expand Down

0 comments on commit 6333761

Please sign in to comment.