Skip to content

Commit

Permalink
ci: use PAT and force push for commit on release (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
spoukke authored Aug 3, 2023
1 parent a877d6c commit b75b721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Fetch all tags
run: git fetch --force --tags
Expand Down Expand Up @@ -68,3 +69,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(release): bump version to ${{ github.ref_name }}"
push_options: --force

0 comments on commit b75b721

Please sign in to comment.