Skip to content

Commit

Permalink
Updated the publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoilic committed Jun 4, 2023
1 parent 0887e7b commit 6409d66
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,17 @@ jobs:
publish:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
packages: write
pull-requests: write
issues: read
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- uses: pnpm/action-setup@v2
with:
version: 7
Expand Down

0 comments on commit 6409d66

Please sign in to comment.