Skip to content

Commit

Permalink
Fix publish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk committed Jul 31, 2023
1 parent 3376c59 commit 05307e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
permissions:
contents: read
packages: write
id-token: write
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
permissions:
contents: read
packages: write
id-token: write
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 05307e5

Please sign in to comment.