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 fe10026 commit 2a4fbc7Copy full SHA for 2a4fbc7
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