We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ca5f1 commit 7efeb2aCopy full SHA for 7efeb2a
.github/workflows/release-please.yml
@@ -7,6 +7,8 @@ name: Run Release Please
7
jobs:
8
release-please:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ id-token: write
12
steps:
13
# The logic below handles the npm publication:
14
- name: Checkout Repository
@@ -75,4 +77,5 @@ jobs:
75
77
if: ${{ steps.release.outputs.releases_created }}
76
78
env:
79
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
80
+ NPM_CONFIG_PROVENANCE: true
81
run: npx lerna publish from-package --no-push --no-private --no-git-tag-version --no-verify-access --yes
0 commit comments