Skip to content

Commit c1552a9

Browse files
committed
CI: Try to fix version ref
1 parent 594d64e commit c1552a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/netlify-deploy-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: yarn
2323

2424
- name: Up version
25-
run: yarn version --new-version ${{ env.GITHUB_REF }}
25+
run: yarn version --new-version ${{ github.event.release.tag_name }}
2626

2727
- name: Set git config
2828
run: |

0 commit comments

Comments
 (0)