We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d22dd commit b0f4641Copy full SHA for b0f4641
.github/workflows/publish-v2.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "✅ Branch check passed: running from main"
38
39
- name: ${{ github.actor }} permission check to do a release
40
- uses: 'lannonbr/repo-permission-check-action@2.0.2'
+ uses: 'lannonbr/repo-permission-check-action@2bb8c89ba8bf115c4bfab344d6a6f442b24c9a1f'
41
with:
42
permission: 'write'
43
env:
lerna.json
@@ -4,7 +4,7 @@
4
"npmClient": "pnpm",
5
"command": {
6
"version": {
7
- "allowBranch": "main",
+ "allowBranch": ["main", "hotfix/*"],
8
"conventionalCommits": true,
9
"message": "chore(release): publish",
10
"preid": "beta",
0 commit comments