ci: fix push to next branch
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
2
.github/workflows/release-next-branch.yml
vendored
2
.github/workflows/release-next-branch.yml
vendored
@ -22,4 +22,4 @@ jobs:
|
|||||||
echo "state=${state}" >> $GITHUB_OUTPUT
|
echo "state=${state}" >> $GITHUB_OUTPUT
|
||||||
- if: ${{ steps.main-state.outputs.state == 'success' }}
|
- if: ${{ steps.main-state.outputs.state == 'success' }}
|
||||||
run: |
|
run: |
|
||||||
git push origin next --force
|
git push origin --force main:next
|
||||||
|
|||||||
Reference in New Issue
Block a user