Skip to content

Commit f9f04c7

Browse files
committed
Fix release action
1 parent 4abae2c commit f9f04c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
title: Release ${{ github.event.inputs.version }}
3535
commit-message: Release ${{ github.event.inputs.version }}
36+
base: master
3637
branch: release-${{ github.event.inputs.version }}
3738
labels: Release
3839
delete-branch: true

0 commit comments

Comments
 (0)