Skip to content

Commit bce36d9

Browse files
authored
Merge pull request #935 from LIT-Protocol/fix/naga-release-workflow
chore: align naga release branch config
2 parents c0d408d + 84bb588 commit bce36d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"fixed": [],
66
"linked": [],
77
"access": "public",
8-
"baseBranch": "main",
8+
"baseBranch": "naga",
99
"updateInternalDependencies": "minor",
1010
"ignore": []
1111
}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
id: changesets
9292
uses: changesets/action@v1
9393
with:
94+
branch: naga
9495
version: pnpm changeset version
9596
publish: pnpm changeset publish --access public
9697
commit: 'chore(release): version packages'

0 commit comments

Comments
 (0)