Skip to content

Commit

Permalink
ci: Publish nighly all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Sep 27, 2020
1 parent 7db2daf commit fd62b4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ jobs:
asset_content_type: application/gzip

- name: Release nightly NPM package
if: github.event_name == 'pull_request'
run: |
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
npm version prerelease --preid nightly.${{ steps.sha.outputs.sha_short }} -no-git-tag-version
Expand Down

0 comments on commit fd62b4b

Please sign in to comment.