Skip to content

Commit

Permalink
ci: Fix payload
Browse files Browse the repository at this point in the history
Signed-off-by: oliver könig <[email protected]>
  • Loading branch information
ko3n1g committed Dec 20, 2024
1 parent 0ac4be8 commit 2e1a6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
-H "Authorization: Bearer '"$GH_TOKEN"'" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/$REPOSITORY/releases \
-d '"$PAYLOAD"'
-d '"'$PAYLOAD'"'
')
if [[ "$IS_DRY_RUN" == "true" ]]; then
Expand Down

0 comments on commit 2e1a6e8

Please sign in to comment.