Skip to content

Commit

Permalink
back to old way
Browse files Browse the repository at this point in the history
  • Loading branch information
samwinebrake authored Jan 8, 2025
1 parent dd12ea9 commit a690232
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,14 @@ jobs:
allowed-conclusions: success,skipped
verbose: true

- name: Auto Merge PR
- name: Merge PR
if: steps.version-update.outputs.pr_number
uses: plm9606/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-method: "squash"
auto-delete: "true"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pr_number="${{ steps.version-update.outputs.pr_number }}"
echo "Merging PR #$pr_number"
gh pr merge $pr_number --squash
create-release:
needs: version-bump
Expand Down

0 comments on commit a690232

Please sign in to comment.