Skip to content

Commit 0c4d375

Browse files
committed
ci: add back NPM token
1 parent 2286cb0 commit 0c4d375

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
- name: Upgrade npm to latest
4343
run: npm install -g npm@latest
4444

45-
- run: npm --version
46-
4745
- name: Install dependencies
4846
run: pnpm install --frozen-lockfile
4947

@@ -59,3 +57,4 @@ jobs:
5957
env:
6058
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
6159
SEMANTIC_RELEASE_DEBUG: true
60+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)