Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

Expand Down Expand Up @@ -55,6 +58,6 @@ jobs:
run: |
corepack yarn install --immutable
corepack yarn build
corepack yarn workspaces foreach --all --no-private npm publish --access public
corepack yarn workspaces foreach --all --no-private npm publish --provenance --access public
env:
YARN_NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}