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 7db2daf commit fd62b4bCopy full SHA for fd62b4b
.github/workflows/ci.yml
@@ -169,7 +169,6 @@ jobs:
169
asset_content_type: application/gzip
170
171
- name: Release nightly NPM package
172
- if: github.event_name == 'pull_request'
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
0 commit comments