Skip to content

Commit

Permalink
ci: fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Jun 25, 2024
1 parent e1021a9 commit 2fa8d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
git fetch origin
git checkout develop
git merge origin/main -m "chore(ci): merge main into develop [ci skip]"
git push -o ci.skip origin develop
git push origin develop
Docs:
runs-on: ubuntu-latest
needs: [ 'Release' ]
Expand Down

0 comments on commit 2fa8d4d

Please sign in to comment.