Skip to content

Commit

Permalink
chore: update merge workflow to work (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Datron committed Apr 22, 2024
1 parent 6085588 commit 15840e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_merge_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
release: true
git-user: "Superposition Bot"
git-user-email: "[email protected]"
check-latest-tag-only: true

- name: Push code to main
shell: bash
run: |
git config user.email "[email protected]"
git config user.name "Superposition Bot"
git push --follow-tags
git push --follow-tags origin main

0 comments on commit 15840e7

Please sign in to comment.