Skip to content

Commit 8bb0a5a

Browse files
committed
chore: publish release workfow
1 parent c91b4b3 commit 8bb0a5a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json",
33
"changelog": "@changesets/cli/changelog",
4-
"commit": false,
4+
"commit": true,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": []

.github/workflows/publish-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
branches:
77
- main
88

9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
issues: write
13+
914
jobs:
1015
release:
1116
name: Publish Release

0 commit comments

Comments
 (0)