Skip to content

Commit d1a19b1

Browse files
committed
ci: enable automatic GitHub releases in changesets workflow
1 parent 2aa92af commit d1a19b1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
workflow_dispatch:
88

9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
913
concurrency: ${{ github.workflow }}-${{ github.ref }}
1014

1115
jobs:
@@ -31,7 +35,7 @@ jobs:
3135
with:
3236
publish: bun changeset:release
3337
version: bun changeset:version
34-
createGithubReleases: false
38+
createGithubReleases: true
3539
env:
3640
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3741
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)