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.
2 parents 31bc2e9 + 416bc3c commit dccb410Copy full SHA for dccb410
1 file changed
.github/workflows/cd-release.yaml
@@ -80,6 +80,7 @@ jobs:
80
add: ${{ format('["{0}/server/server.go", "{0}/servercfg/config.go", "{0}/servercfg/cfgdetails/testdata/minver_validation.txt"]', github.workspace) }}
81
cwd: "."
82
new_branch: cd-release
83
+ push: 'origin cd-release --set-upstream --force'
84
- name: Create Pull Request
85
run: gh pr create --base main --head "cd-release" --title "[no-release-notes] Release v${{ needs.format-version.outputs.version }}" --body "Created by the Release workflow to update DoltgreSQL's version"
86
env:
0 commit comments