We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49676c commit 158665cCopy full SHA for 158665c
.github/workflows/build-and-publish.yml
@@ -35,6 +35,6 @@ jobs:
35
run: npm run prepare
36
37
- name: Publish to npm
38
- run: npm publish --tag alpha
+ run: npm publish
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments