We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6b1ab commit f469a09Copy full SHA for f469a09
.github/workflows/ci.yml
@@ -34,8 +34,6 @@ jobs:
34
with:
35
node-version: 24.10.0
36
37
- - uses: capralifecycle/actions-lib/configure-npm@b4bb65b0ab41499f4829fe99c4b33b0b5a363562 # v1.6.2
38
-
39
- name: install dependencies
40
run: npm ci
41
@@ -56,5 +54,4 @@ jobs:
56
54
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
57
55
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
- NPM_TOKEN: ${{ secrets.SHARED_NPMJS_TOKEN }}
60
run: npm run semantic-release
package.json
@@ -80,5 +80,9 @@
80
},
81
"engines": {
82
"node": ">=22.14.0"
83
+ },
84
+ "publishConfig": {
85
+ "access": "public",
86
+ "provenance": true
87
}
88
0 commit comments