Skip to content

Commit

Permalink
Update tag.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chausov authored Jan 13, 2023
1 parent 67cf894 commit a5ca051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ POST_URL=https://api.github.com/repos/$GITHUB_REPOSITORY/git/refs
curl $POST_URL -X POST -H "Content-Type: application/json" -H "authorization: Bearer $GITHUB_TOKEN" [email protected]

#Add current tag to job output
echo "::set-output name=tag::$TARGET_TAG"
echo "tag=${TARGET_TAG}" >> $GITHUB_OUTPUT

echo "$NAME release tag added and it is ready for CocoaPods distribution, upcoming version is going to be $TARGET_TAG"

0 comments on commit a5ca051

Please sign in to comment.