Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvxx committed Feb 11, 2024
1 parent f7b2651 commit 27adf1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:

- name: Push changes
run: |
git push --quiet https://${{ secrets.GH_PAT }}@github.com/${{ github.repository }} HEAD:${{ github.ref }}
git push --tags --quiet https://${{ secrets.GH_PAT }}@github.com/${{ github.repository }} HEAD:${{ github.ref }}
git push --quiet https://${{ secrets.PUBLISH_BRANCH }}@github.com/${{ github.repository }} HEAD:${{ github.ref }}
git push --tags --quiet https://${{ secrets.PUBLISH_BRANCH }}@github.com/${{ github.repository }} HEAD:${{ github.ref }}
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.PUBLISH_BRANCH }}

- name: Build Package
run: |
Expand Down

0 comments on commit 27adf1a

Please sign in to comment.