Skip to content

Commit be00b96

Browse files
authored
Fix base branch name to master
This solves the failing Github release worklfow
1 parent 193d84a commit be00b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ jobs:
8585
await github.request(`POST /repos/${{ github.repository }}/pulls`, {
8686
title: 'Update version to ${{ github.event.inputs.versionTag }}',
8787
head: 'release/set-version-to-${{ github.event.inputs.versionTag }}',
88-
base: 'main'
88+
base: 'master'
8989
});

0 commit comments

Comments
 (0)