We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd3da0 commit ed1eafcCopy full SHA for ed1eafc
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ permissions:
10
jobs:
11
publish:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ id-token: write
15
steps:
16
- uses: actions/checkout@v5
17
- uses: actions/setup-node@v4
@@ -21,6 +23,6 @@ jobs:
21
23
run: |
22
24
yarn install
25
yarn build
- - run: yarn workspaces foreach -Avv --no-private npm publish
26
+ - run: yarn workspaces foreach -Avv --no-private npm publish --provenance --tolerate-republish
27
env:
28
YARN_NPM_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
0 commit comments