Skip to content

Commit

Permalink
chore(release): keep the v prefix when creating the release
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Nov 10, 2024
1 parent 2f1580c commit 282070a
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 @@ -34,7 +34,7 @@ jobs:
- if: github.event_name == 'push'
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- if: github.event_name == 'workflow_dispatch'
run: echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=v$RELEASE_VERSION" >> $GITHUB_ENV
env:
RELEASE_VERSION=${{ inputs.release_version }}
- name: Generate checksums
Expand Down

0 comments on commit 282070a

Please sign in to comment.