Skip to content

Commit

Permalink
prefix tag with v
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Canales committed Apr 8, 2024
1 parent fff3269 commit 925e21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Get New Version
id: get-version
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
run: echo "VERSION=v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT

- name: Create Tag and Release on GitHub
env:
Expand Down

0 comments on commit 925e21c

Please sign in to comment.