Skip to content

Commit

Permalink
Merge pull request #49 from novonordisk-research/password_documentation
Browse files Browse the repository at this point in the history
ci, fix: force and auto are mutually exclusive
  • Loading branch information
SRFU-NN authored Aug 21, 2023
2 parents 4c7e4f9 + 5fb6153 commit 05bed87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- run: git push --set-upstream origin release
- run: python -m bumpver update --${{ inputs.release_type }}
- run: gh pr create --title "Release" --body "Release" --base main --head release --repo ${{ github.repository }}
- run: gh pr merge --auto --rebase --delete-branch --admin
- run: gh pr merge --rebase --delete-branch --admin

0 comments on commit 05bed87

Please sign in to comment.