diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3c25a6a..9b02e12 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,7 +52,7 @@ jobs: name: xcf path: xcf - name: Push xcf to publishing repository - uses: cpina/github-action-push-to-another-repository@v1.7.2 + uses: FlowerAce/git-push@main env: API_TOKEN_GITHUB: ${{ secrets.PUSH_TOKEN_GITHUB }} with: @@ -60,4 +60,5 @@ jobs: destination-github-username: 'step-up-labs' destination-repository-name: 'spayd-kmp-spm' user-name: 'GitHub Actions' - target-directory: 'spaydkmp.xcframework' \ No newline at end of file + target-directory: 'spaydkmp.xcframework' + tag-name: ${{ github.event.release.name }}