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 e255e50 commit 538012fCopy full SHA for 538012f
.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