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 2b3fe18 commit 6cc3c3cCopy full SHA for 6cc3c3c
1 file changed
.github/workflows/release.yml
@@ -103,10 +103,6 @@ jobs:
103
node-version: ${{ env.NODE_ACTIVE_LTS }}
104
package-manager-cache: false
105
# no explicit npm build. if a build is required, it should be configured as prepublish/prepublishOnly script of npm.
106
- - name: login to NPMJS
107
- run: npm config set "//registry.npmjs.org/:_authToken=$NPMJS_AUTH_TOKEN"
108
- env:
109
- NPMJS_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
110
- name: publish to NPMJS as "${{ env.NPMJS_RELEASE_TAG }}"
111
run: >
112
npm publish
0 commit comments