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 85aed28 commit 238a7b8Copy full SHA for 238a7b8
.github/workflows/cd-release.yaml
@@ -127,6 +127,7 @@ jobs:
127
shell: bash
128
run: |
129
sed 's|__DOLTGRES_VERSION__|'"$DOLTGRES_VERSION"'|' scripts/install.sh > out/install.sh
130
+ chmod 755 out/install.sh
131
env:
132
DOLTGRES_VERSION: ${{ needs.format-version.outputs.version }}
133
- name: Upload Linux AMD64 Distro
0 commit comments