Skip to content

Commit 0841bde

Browse files
committed
fix: Repair by removing the read of NPM_TOKEN
1 parent 052845f commit 0841bde

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
scope: '@lukso'
4646
cache: 'npm'
4747

48+
- name: ⬆️ Upgrade npm (trusted publishing requires ≥ 11.5.1)
49+
run: npm install -g npm@latest
50+
4851
- name: 🧰 Install
4952
run: npm ci
5053

@@ -59,5 +62,3 @@ jobs:
5962

6063
- name: 📦 Publish to NPM with provenance
6164
run: npm publish --access public --provenance
62-
env:
63-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)