Skip to content

Commit 158665c

Browse files
committed
Cleanup publish action
1 parent f49676c commit 158665c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
run: npm run prepare
3636

3737
- name: Publish to npm
38-
run: npm publish --tag alpha
38+
run: npm publish
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)