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 3502c27 commit 3d4d9b1Copy full SHA for 3d4d9b1
.github/workflows/version.yml
@@ -46,6 +46,7 @@ jobs:
46
- run: yarn build
47
- run: git stash
48
- name: Set version to match the tag
49
+ continue-on-error: true
50
run: |
51
VERSION=${GITHUB_REF#refs/tags/v}
52
npm version $VERSION -m "Release $VERSION 📣"
0 commit comments