We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aad9e2 commit ec01a35Copy full SHA for ec01a35
1 file changed
.github/workflows/version.yml
@@ -45,6 +45,7 @@ jobs:
45
- run: yarn build
46
- run: git stash
47
- name: Set version to match the tag
48
+ continue-on-error: true
49
run: |
50
VERSION=${GITHUB_REF#refs/tags/v}
51
npm version $VERSION -m "Release $VERSION 📣"
0 commit comments