Skip to content

Commit 379da29

Browse files
committed
Remove nighly builds
1 parent f9cc4a4 commit 379da29

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -168,16 +168,6 @@ jobs:
168168
asset_name: release.zip
169169
asset_content_type: application/gzip
170170

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-
181171
- name: Release NPM package
182172
if: "startsWith(github.ref, 'refs/tags/v')"
183173
run: |

0 commit comments

Comments
 (0)