We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a923c16 commit 847e0d6Copy full SHA for 847e0d6
.github/workflows/release-please.yml
@@ -34,6 +34,9 @@ jobs:
34
with:
35
node-version-file: '.nvmrc'
36
registry-url: "https://registry.npmjs.org"
37
+ cache: 'npm'
38
+ - name: Update npm (for OIDC auth)
39
+ run: npm install -g npm@^11.5.1
40
- name: Build Packages
41
if: ${{ steps.release.outputs.releases_created }}
42
run: |
@@ -46,5 +49,5 @@ jobs:
46
49
- name: Publish to NPM
47
50
48
51
env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
52
+ NPM_CONFIG_PROVENANCE: true
53
run: npm run publish
0 commit comments