Skip to content

Commit

Permalink
Update create_release_commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreQuebriac authored Oct 12, 2023
1 parent fa154d4 commit cb26c03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create_release_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
--silent
echo "Try request with sha: $SHA"
echo '{"tag":"${{inputs.version_name}}","message":"$CI_COMMIT_MESSAGE","object":"$SHA","type":"commit"}'>data.json
echo "{\"tag\":\"${{inputs.version_name}}\",\"message\":\"$CI_COMMIT_MESSAGE\",\"object\":\"$SHA\",\"type\":\"commit\"}" > data.json
cat data.json
RESP=$(curl -L \
Expand All @@ -49,7 +49,6 @@ jobs:
https://api.github.com/repos/3LawsRobotics/3laws/git/tags \
-d @data.json\
--fail)
echo "response $RESP"
Expand Down

0 comments on commit cb26c03

Please sign in to comment.