Skip to content

Commit

Permalink
fix premature script exit (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalm authored Feb 28, 2024
1 parent 94c546a commit 346880a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ipfs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
--header "Authorization: Bearer $GITHUB_TOKEN" \
--header "X-GitHub-Api-Version: 2022-11-28" \
--data "$REQUEST_DATA" \
--write-out "%{http_code}" \ # append the status code to response
--write-out "%{http_code}" \
"https://api.github.com/repos/$GITHUB_REPOSITORY/releases"
)
Expand Down

0 comments on commit 346880a

Please sign in to comment.