Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit 976157d

Browse files
committed
chore: Update publish script
1 parent b0968ec commit 976157d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
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)