Skip to content

Commit 8dd4884

Browse files
test with -e again
1 parent e2e6ac3 commit 8dd4884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildAndPublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180

181181
- name: Create Github Release
182182
if: steps.build.outputs.artifactsFound == 'true'
183-
shell: bash {0} # Use bash without -e to respect set +e
183+
#shell: bash {0} # Use bash without -e to respect set +e
184184
run: |
185185
set +e # Disable exit-on-error to allow custom error handling
186186
printf -v red '\033[0;31m'
@@ -241,7 +241,7 @@ jobs:
241241
success=false
242242
243243
while [ $attempt -lt $max_retries ] && [ "$success" = false ]; do
244-
upload_response=$(curl -s -w "\n%{http_code}" \
244+
upload_response=$(curl -w "\n%{http_code}" \
245245
-H "Authorization: token ${NODE_AUTH_TOKEN}" \
246246
-H "Content-Type: application/octet-stream" \
247247
--data-binary @"$file" \

0 commit comments

Comments
 (0)