Skip to content

Commit c16fae0

Browse files
committed
chore: handle npm version failure
1 parent c08be79 commit c16fae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Update package version
2121
run: |
2222
VERSION=$(echo ${{ github.event.release.tag_name }} | sed 's/^v//')
23-
npm version $VERSION --no-git-tag-version
23+
npm version $VERSION --no-git-tag-version || true
2424
2525
- name: Install dependencies
2626
run: npm install

0 commit comments

Comments
 (0)