Skip to content

Commit

Permalink
add curl -v
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 7, 2023
1 parent 0cb37e3 commit 91fbd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
set -Eeuxo pipefail
for BIN_NAME in $(ls)
do
curl -L \
curl -v -L \
--no-progress-meter \
-X POST \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}"\
Expand Down

0 comments on commit 91fbd3c

Please sign in to comment.