We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfbb43 commit 3151f01Copy full SHA for 3151f01
1 file changed
.github/workflows/ci.yml
@@ -61,3 +61,6 @@ jobs:
61
git remote -v
62
git checkout -b production
63
git push origin HEAD:production --force
64
+ npm publish
65
+ env:
66
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments