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 e255e50 + 538012f commit 0923012Copy full SHA for 0923012
.github/workflows/cd-release.yaml
@@ -39,7 +39,7 @@ jobs:
39
working-directory: ./postgres/parser
40
shell: bash
41
- name: Update Doltgres version command
42
- run: sed -i -e 's/ Version = ".*"/ Version = "'"$NEW_VERSION"'"/' "$FILE"
+ run: sed -i -e 's/Version\s*=\s*".*"/Version = "'"$NEW_VERSION"'"/' "$FILE"
43
env:
44
FILE: ${{ format('{0}/server/server.go', github.workspace) }}
45
NEW_VERSION: ${{ needs.format-version.outputs.version }}
0 commit comments