Skip to content

Commit 225bb87

Browse files
committed
npm requires tags to not be versions
1 parent 12aed07 commit 225bb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ jobs:
6363

6464
# This should ONLY publish to the "v1" tag
6565
- name: Release on NPM
66-
run: npm publish --tag v1 --access public
66+
run: npm publish --tag siwf-v1 --access public
6767
working-directory: packages/siwf/dist

0 commit comments

Comments
 (0)