Skip to content

Commit

Permalink
Added reference to repository to add release
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielDemarco authored Jul 23, 2024
1 parent d361156 commit af9b8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
gh release create ${{ needs.rc_version_number.outputs.rc_version }} cocoapods/embrace_${{ needs.rc_version_number.outputs.rc_version }}.zip -t "Release ${{ needs.rc_version_number.outputs.rc_version }}" -p
gh release create --repo embrace-io/embrace-apple-sdk ${{ needs.rc_version_number.outputs.rc_version }} cocoapods/embrace_${{ needs.rc_version_number.outputs.rc_version }}.zip -t "Release ${{ needs.rc_version_number.outputs.rc_version }}" -p
push_podspec:
name: Push Podspec to Cocoapods
Expand Down

0 comments on commit af9b8c6

Please sign in to comment.