Skip to content

Commit 0f96a5c

Browse files
πŸ› Fix(enviroment): change GH actions & access in changeset config, restricted => public
1 parent 34e7f22 commit 0f96a5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€Ž.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": []

β€Ž.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: changesets/action@v1
2323
with:
2424
publish: pnpm npm:publish
25-
title: "ci(changesets): :package: version packages"
26-
commit: "ci(changesets): version packages"
25+
title: "πŸ€– ci(changesets): :package: version packages"
26+
commit: "πŸ€– ci(changesets): version packages"
2727
setupGitUser: false
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
Β (0)