From fd62b4b0fa07ae3866b213b68c21235cde1c2508 Mon Sep 17 00:00:00 2001 From: David Sancho Date: Sun, 27 Sep 2020 17:10:03 +0200 Subject: [PATCH] ci: Publish nighly all the time --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83e5aa3..2fc8256 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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