Skip to content

Commit

Permalink
Update: title of release is the release version
Browse files Browse the repository at this point in the history
Co-authored-by: Vitaliy <vitaliyf@users.noreply.github.com>
  • Loading branch information
ArielDemarco and vitaliyf authored Jul 25, 2024
1 parent 68c6f5c commit 50d6e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
gh release upload $RC_VERSION cocoapods/embrace_$RC_VERSION.zip --clobber --repo embrace-io/embrace-apple-sdk
else
echo "Creating Release $RC_VERSION in Github"
gh release create $RC_VERSION cocoapods/embrace_$RC_VERSION.zip --title "Release $RC_VERSION" --prerelease --repo embrace-io/embrace-apple-sdk
gh release create $RC_VERSION cocoapods/embrace_$RC_VERSION.zip --title "$RC_VERSION" --prerelease --repo embrace-io/embrace-apple-sdk
fi
push_podspec:
Expand Down

0 comments on commit 50d6e1a

Please sign in to comment.