Skip to content

Commit

Permalink
chore: let github actions merge our version branches (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
micahg authored Feb 24, 2024
1 parent 7e6ee19 commit 44a9467
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 @@ -73,7 +73,7 @@ jobs:
BODY: "Automated version update PR"
run: |
gh pr create --base main --head "$HEAD" -b "$BODY" -t "$TITLE"
# gh pr merge
gh pr merge
package-mui:
needs: [start-release]
if: needs.start-release.outputs.package_mui == 'true'
Expand Down

0 comments on commit 44a9467

Please sign in to comment.