Skip to content

Commit 6cc3c3c

Browse files
committed
chore: update release pipeline
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 2b3fe18 commit 6cc3c3c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ jobs:
103103
node-version: ${{ env.NODE_ACTIVE_LTS }}
104104
package-manager-cache: false
105105
# 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 }}
110106
- name: publish to NPMJS as "${{ env.NPMJS_RELEASE_TAG }}"
111107
run: >
112108
npm publish

0 commit comments

Comments
 (0)