Skip to content

Commit

Permalink
Add missing 'v' prefix on release/tag (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartleeks authored Feb 24, 2023
1 parent e6a9920 commit 2f2e700
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 @@ -316,8 +316,8 @@ jobs:
- name: Create GitHub Action Release
env:
TAG_NAME: ${{ needs.build.outputs.version_short }}
RELEASE_NAME: ${{ needs.build.outputs.version }}
TAG_NAME: v${{ needs.build.outputs.version_short }}
RELEASE_NAME: v${{ needs.build.outputs.version }}
GH_TOKEN: ${{ github.token }}
run: |
git config user.name "CI build"
Expand Down

0 comments on commit 2f2e700

Please sign in to comment.