Skip to content

Commit

Permalink
Fix release scripts (#3723)
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-fernandez authored and khanayan123 committed Jan 2, 2024
1 parent 23fca38 commit c631f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
environment: npm
permissions:
id-token: write
contents: write
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
environment: npm
permissions:
id-token: write
contents: write
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
outputs:
Expand Down

0 comments on commit c631f23

Please sign in to comment.