Skip to content

Commit 4ac0a75

Browse files
committed
chore: Update publish script
1 parent 83256d9 commit 4ac0a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish
22
on:
33
push:
44
branches:
5-
- library2
5+
- master
66
jobs:
77
npm-publish:
88
name: npm-publish
@@ -29,4 +29,4 @@ jobs:
2929
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
3030
- name: Publish
3131
if: steps.check.outputs.changed == 'true'
32-
run: npm publish --tag beta
32+
run: npm publish

0 commit comments

Comments
 (0)