Skip to content

Commit 1d0f131

Browse files
authored
Merge pull request #2082 from dolthub/zachmu/docker-push
debugging
2 parents 440b606 + 1bb6ace commit 1d0f131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
-exec rm -rf {} \;
109109
- name: Build Binaries
110110
id: build_binaries
111-
shell: bash -ex
111+
shell: bash -ex {0}
112112
run: |
113113
latest=$(git rev-parse HEAD)
114114
echo "commitish=$latest" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)