Skip to content

Commit ec01a35

Browse files
committed
Update version.yml
1 parent 7aad9e2 commit ec01a35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- run: yarn build
4646
- run: git stash
4747
- name: Set version to match the tag
48+
continue-on-error: true
4849
run: |
4950
VERSION=${GITHUB_REF#refs/tags/v}
5051
npm version $VERSION -m "Release $VERSION 📣"

0 commit comments

Comments
 (0)