Skip to content

Commit b0f4641

Browse files
chore: allow releases from hotfix/* (#1642)
1 parent a5d22dd commit b0f4641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "✅ Branch check passed: running from main"
3838
3939
- name: ${{ github.actor }} permission check to do a release
40-
uses: 'lannonbr/repo-permission-check-action@2.0.2'
40+
uses: 'lannonbr/repo-permission-check-action@2bb8c89ba8bf115c4bfab344d6a6f442b24c9a1f'
4141
with:
4242
permission: 'write'
4343
env:

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"npmClient": "pnpm",
55
"command": {
66
"version": {
7-
"allowBranch": "main",
7+
"allowBranch": ["main", "hotfix/*"],
88
"conventionalCommits": true,
99
"message": "chore(release): publish",
1010
"preid": "beta",

0 commit comments

Comments
 (0)