Skip to content

Commit

Permalink
Merge pull request #4 from creative-commoners/pulls/1/fix-copypaste-e…
Browse files Browse the repository at this point in the history
…rror

FIX Correct a copy/paste error
  • Loading branch information
emteknetnz authored Jun 15, 2022
2 parents c91031b + 0c6e6fa commit 88f9fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
echo "Unable to check tag status for $TAG - HTTP response code was $RESP_CODE"
exit 1
fi
RELEASE_ID=$https://docs.github.com/en/rest/git/refs#get-a-reference(jq .id __response.json)
RELEASE_ID=$(jq .id __response.json)
if [[ $RELEASE_ID == "null" ]]; then
echo "Did not find an existing release for tag $TAG"
else
Expand Down

0 comments on commit 88f9fec

Please sign in to comment.