Skip to content

Commit 804d1d7

Browse files
authored
Update Tag-And-Release.yml (#686)
COCOAPODS_TRUNK_TOKEN env improperly set.
1 parent b132329 commit 804d1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tag-And-Release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
generateReleaseNotes: true
3535
- name: push cocoapods
3636
env:
37-
COCOAPODS_TRUNK_TOKEN=${{ secrets.COCOAPODS_TRUNK_TOKEN }}
37+
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
3838
id: cocoapod_trunk_push
3939
run: |
4040
pod trunk push OpenTelemetry-Swift-Api.podspec --allow-warnings

0 commit comments

Comments
 (0)