Skip to content

Commit

Permalink
chore: fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
teebszet committed Nov 29, 2023
1 parent 3ad347e commit 0b4dc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-release-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ git push --set-upstream origin $BRANCH

echo -e "\n\n--- Create draft release for $TAG ---\n\n"

gh api \ ─╯
gh api \
--method POST \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
Expand Down

0 comments on commit 0b4dc1f

Please sign in to comment.