Skip to content

Commit 0923307

Browse files
committed
chore: fix step
1 parent 487e953 commit 0923307

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,4 @@ jobs:
3939
registry-url: "https://registry.npmjs.org"
4040
- name: Build and publish package
4141
if: startsWith(github.ref, 'refs/tags/')
42-
run: npm publish --access=public --tag ${GITHUB_REF_NAME#v}
43-
42+
run: npm publish --access=public

0 commit comments

Comments
 (0)