Skip to content

Commit

Permalink
chore: only try to push changes when release PR is created
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Mar 21, 2024
1 parent 0b26309 commit 79ccbe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -45,6 +45,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 79ccbe5

Please sign in to comment.