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 b934224 + 2a4fbc7 commit 440b606Copy full SHA for 440b606
1 file changed
.github/workflows/cd-release.yaml
@@ -108,6 +108,7 @@ jobs:
108
-exec rm -rf {} \;
109
- name: Build Binaries
110
id: build_binaries
111
+ shell: bash -ex
112
run: |
113
latest=$(git rev-parse HEAD)
114
echo "commitish=$latest" >> $GITHUB_OUTPUT
0 commit comments