Skip to content

Commit

Permalink
Merge branch 'add-provenance' into testing-changelogen
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 8, 2024
2 parents e4fb9c3 + 2b01c26 commit 904cbb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- "testing-changelogen"

permissions:
id-token: write

jobs:
publish:
runs-on: ubuntu-latest
Expand All @@ -28,7 +31,7 @@ jobs:
run: yarn build

- name: Publish to NPM
run: yarn npm publish --tag testing
run: npm publish --provenance --tag testing
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 904cbb9

Please sign in to comment.