We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193d84a commit be00b96Copy full SHA for be00b96
.github/workflows/create-release.yml
@@ -85,5 +85,5 @@ jobs:
85
await github.request(`POST /repos/${{ github.repository }}/pulls`, {
86
title: 'Update version to ${{ github.event.inputs.versionTag }}',
87
head: 'release/set-version-to-${{ github.event.inputs.versionTag }}',
88
- base: 'main'
+ base: 'master'
89
});
0 commit comments