Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvavra authored Dec 19, 2024
1 parent ee6bf39 commit fa5a754
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ jobs:
name: xcf
path: xcf
- name: Push xcf to publishing repository
uses: cpina/github-action-push[email protected]
uses: FlowerAce/git-push@main
env:
API_TOKEN_GITHUB: ${{ secrets.PUSH_TOKEN_GITHUB }}
with:
source-directory: 'xcf'
destination-github-username: 'step-up-labs'
destination-repository-name: 'spayd-kmp-spm'
user-name: 'GitHub Actions'
target-directory: 'spaydkmp.xcframework'
target-directory: 'spaydkmp.xcframework'
tag-name: ${{ github.event.release.name }}

0 comments on commit fa5a754

Please sign in to comment.