Skip to content

Commit

Permalink
ci: fix semantic-release not finding cocoapods token (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian authored Jan 10, 2024
1 parent 604dddd commit 2e20202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
semantic_version: latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

0 comments on commit 2e20202

Please sign in to comment.