Skip to content

Commit

Permalink
chore: compliance with github changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoodles committed Jan 27, 2023
1 parent eefab2f commit bc86ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases-action
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ echo ${JSON_STRING}
OUTPUT=$(curl --silent --header "Authorization: token ${GITHUB_TOKEN}" --data "${JSON_STRING}" "https://api.github.com/repos/${GITHUB_REPOSITORY}/releases")
echo ${OUTPUT} | jq

echo ::set-output name=release_tag::${TAG}
echo "release_tag=${TAG}" >> $GITHUB_OUTPUT

0 comments on commit bc86ade

Please sign in to comment.