We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90b9c7 commit 19c06cbCopy full SHA for 19c06cb
1 file changed
.github/workflows/build.yml
@@ -112,13 +112,11 @@ jobs:
112
- name: 'Publish to NPM (latest)'
113
if: "!contains(github.ref, '-pre.')"
114
run: npm publish --access=public
115
- env:
116
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+
117
- name: 'Publish to NPM (next)'
118
if: "contains(github.ref, '-pre.')"
119
run: npm publish --access=public --tag=next
120
121
122
deploy:
123
needs: build
124
runs-on: ubuntu-latest
0 commit comments