Skip to content

Commit

Permalink
fix(ci): add token to ghr call in xcframework build action (#5422)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvidas committed Feb 9, 2022
1 parent f9051d0 commit 5573a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-xcframework.yml
Expand Up @@ -30,4 +30,4 @@ jobs:
zip -r Capacitor.xcframework.zip Carthage/Build
rm -rf ios/CapacitorCordova/CapacitorCordova.xcframework
- name: Attach ZIP to latest release
run: ghr -replace $(git describe -tags --abbrev=0) Capacitor.xcframework.zip
run: ghr -t ${{ secrets.GITHUB_TOKEN }} -replace $(git describe -tags --abbrev=0) Capacitor.xcframework.zip

0 comments on commit 5573a77

Please sign in to comment.