Skip to content

Commit

Permalink
added pod trunk push to Tag-And-Release.yml (#655)
Browse files Browse the repository at this point in the history
Co-authored-by: Ignacio Bonafonte <[email protected]>
  • Loading branch information
bryce-b and nachoBonafonte authored Jan 6, 2025
1 parent 0249cd4 commit bf9cd75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/Tag-And-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ jobs:
tag: ${{ steps.check-release.outputs.version }}
prerelease: true
generateReleaseNotes: true
- name: push cocoapods
env:
COCOAPODS_TRUNK_TOKEN=${{ secrets.COCOAPODS_TRUNK_TOKEN }}
id: cocoapod_trunk_push
run: |
pod trunk push OpenTelemetry-Swift-Api.podspec --allow-warnings
pod trunk push OpenTelemetry-Swift-Sdk.podspec --allow-warnings --synchronous

0 comments on commit bf9cd75

Please sign in to comment.