Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nearfri committed Feb 28, 2024
1 parent 7ee1c58 commit 5f2214b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ _create-release:
-H "Authorization: token $(GITHUB_TOKEN)" \
-H "Accept: application/vnd.github.v3+json" \
-H "Content-Type:application/json" \
-d '{"tag_name":"$(VERSION)","target_commitish":"main","draft":true,"generate_release_notes":true}' \
-d '{"tag_name":"$(VERSION)","target_commitish":"main","prerelease":true,"generate_release_notes":true}' \
-o "$(RELEASE_RESPONSE_PATH)" \
https://api.github.com/repos/nearfri/XCResource/releases

Expand Down

0 comments on commit 5f2214b

Please sign in to comment.