Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoeni committed Jul 10, 2023
1 parent b26ee5b commit d931d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
sleep 10
# gh pr review $number --approve # can not approve own PR
gh pr merge $number --squash --delete-branch --body "Automated version update" --admin # force merge since PR is not approved
gh pr merge $number --squash --admin --delete-branch --body "Automated version update" # force merge since PR is not approved (--admin flag)
git checkout main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d931d39

Please sign in to comment.