Skip to content

Commit

Permalink
chore: push changes to release files only if there is a pull request (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Jul 10, 2024
1 parent 180faec commit cc0967d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
git commit -m 'chore: Format CHANGELOG.md with Prettier' --no-verify
- name: Push changes
if: ${{ steps.release.outputs.pr }}
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.RELEASE_PR_TOKEN }}
Expand Down

0 comments on commit cc0967d

Please sign in to comment.