We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa92af commit d1a19b1Copy full SHA for d1a19b1
1 file changed
.github/workflows/publish.yml
@@ -6,6 +6,10 @@ on:
6
- main
7
workflow_dispatch:
8
9
+permissions:
10
+ contents: write
11
+ pull-requests: write
12
+
13
concurrency: ${{ github.workflow }}-${{ github.ref }}
14
15
jobs:
@@ -31,7 +35,7 @@ jobs:
31
35
with:
32
36
publish: bun changeset:release
33
37
version: bun changeset:version
34
- createGithubReleases: false
38
+ createGithubReleases: true
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments