Skip to content

Commit

Permalink
🔨 Fix missing "v" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixr-codes authored May 20, 2024
1 parent baf8884 commit d29fc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get the release version from the tag
if: env.VERSION == ''
run: echo "VERSION=${{ github.ref_name }}" >> $GITHUB_ENV
run: echo "VERSION=v${{ github.ref_name }}" >> $GITHUB_ENV
- name: Show the version
run: |
echo "version is: $VERSION"
Expand Down

0 comments on commit d29fc55

Please sign in to comment.