Skip to content

Commit 6633d23

Browse files
committed
Fix release workflow
1 parent 7caefa5 commit 6633d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- uses: taiki-e/create-gh-release-action@v1
2222
with:
2323
changelog: CHANGELOG.md
24-
branch: master
24+
branch: 'master|[0-9]+\.[0-9]+'
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)