Skip to content

Commit

Permalink
fix(publishing): always run create-pull-request even if there are no …
Browse files Browse the repository at this point in the history
…new changes (to close the open PR hopefully) (#9484)
  • Loading branch information
christopherthielen committed Jul 20, 2021
1 parent bc48a55 commit 9c342e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-bump-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Create Pull Request
id: createpullrequest
if: ${{ steps.bumps.outputs.bumps != '' }}
# if: ${{ steps.bumps.outputs.bumps != '' }}
uses: peter-evans/create-pull-request@v3
with:
# TODO: use a spinnakerbot Personal Access Token
Expand Down

0 comments on commit 9c342e1

Please sign in to comment.