We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594d64e commit c1552a9Copy full SHA for c1552a9
.github/workflows/netlify-deploy-release.yml
@@ -22,7 +22,7 @@ jobs:
22
run: yarn
23
24
- name: Up version
25
- run: yarn version --new-version ${{ env.GITHUB_REF }}
+ run: yarn version --new-version ${{ github.event.release.tag_name }}
26
27
- name: Set git config
28
run: |
0 commit comments