Skip to content

Commit 0f37297

Browse files
Remove unbound variable (#1846)
1 parent 73735d2 commit 0f37297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
- name: Upload
212212
run: |
213213
until gh release upload --clobber --repo $GITHUB_REPOSITORY "$INPUT_TAG" *.zip *.tar.gz; do
214-
echo "Attempt $((++attempts)) to upload release artifacts failed. Will retry in 20s"
214+
echo "Failed to upload release artifacts. Will retry in 20s"
215215
sleep 20
216216
done
217217
timeout-minutes: 10

0 commit comments

Comments
 (0)