We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b132329 commit 804d1d7Copy full SHA for 804d1d7
.github/workflows/Tag-And-Release.yml
@@ -34,7 +34,7 @@ jobs:
34
generateReleaseNotes: true
35
- name: push cocoapods
36
env:
37
- COCOAPODS_TRUNK_TOKEN=${{ secrets.COCOAPODS_TRUNK_TOKEN }}
+ COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
38
id: cocoapod_trunk_push
39
run: |
40
pod trunk push OpenTelemetry-Swift-Api.podspec --allow-warnings
0 commit comments