Skip to content

Commit 62c6058

Browse files
committedMar 14, 2023
chore: update workflows config.
1 parent 994c89d commit 62c6058

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/npm.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525

2626
- run: cp -rp LICENSE packages/uiw
2727

28-
- run: |
28+
- continue-on-error: true
29+
run: |
2930
# Strip git ref prefix from version
3031
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
3132
COMMIT=released-${VERSION}

0 commit comments

Comments
 (0)
Please sign in to comment.