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 80a6a5d commit 708c54bCopy full SHA for 708c54b
.github/workflows/cd-release.yaml
@@ -34,6 +34,10 @@ jobs:
34
uses: actions/checkout@v4
35
with:
36
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN || secrets.REPO_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
37
+ - name: Build SQL Syntax
38
+ run: ./build.sh
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"
43
env:
@@ -67,10 +71,6 @@ jobs:
67
71
uses: actions/setup-go@v5
68
72
69
73
go-version-file: go.mod
70
- - name: Build SQL Syntax
- run: ./build.sh
- working-directory: ./postgres/parser
- shell: bash
74
- name: Build Binaries
75
id: build_binaries
76
run: |
0 commit comments