We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052845f commit 0841bdeCopy full SHA for 0841bde
1 file changed
.github/workflows/release.yml
@@ -45,6 +45,9 @@ jobs:
45
scope: '@lukso'
46
cache: 'npm'
47
48
+ - name: ⬆️ Upgrade npm (trusted publishing requires ≥ 11.5.1)
49
+ run: npm install -g npm@latest
50
+
51
- name: 🧰 Install
52
run: npm ci
53
@@ -59,5 +62,3 @@ jobs:
59
62
60
63
- name: 📦 Publish to NPM with provenance
61
64
run: npm publish --access public --provenance
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments