Skip to content
Merged
Changes from 1 commit
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
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
Comment thread
caio-pizzol marked this conversation as resolved.

steps:
- name: Create release token
Expand Down Expand Up @@ -42,5 +43,3 @@ jobs:
publish-script: bun run release:publish
commit-message: "chore(release): version packages"
pr-title: "chore(release): version packages"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading