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 f9cc4a4 commit 379da29Copy full SHA for 379da29
.github/workflows/ci.yml
@@ -168,16 +168,6 @@ jobs:
168
asset_name: release.zip
169
asset_content_type: application/gzip
170
171
- - name: Release nightly NPM package
172
- if: "!startsWith(github.ref, 'refs/tags/v')"
173
- run: |
174
- npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
175
- npm version prerelease --preid nightly.${{ steps.sha.outputs.sha_short }} -no-git-tag-version
176
- npm publish --access public --tag nightly
177
- working-directory: ./release
178
- env:
179
- NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
180
-
181
- name: Release NPM package
182
if: "startsWith(github.ref, 'refs/tags/v')"
183
run: |
0 commit comments