Skip to content

Commit

Permalink
feat: fix (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhanks-bestow authored Jan 27, 2024
1 parent 3a4f7a9 commit c1b7702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
release-type: dart
- name: Enable Pull Request Automerge
if: steps.release.outputs.prs_created && steps.release.outputs.pr != null
run: gh pr merge --merge --auto ${{ fromJson(steps.release.outputs.pr).number }}
run: gh pr merge --squash --auto ${{ fromJson(steps.release.outputs.pr).number }}
env:
GH_TOKEN: ${{ secrets.release_please_token }}
2 changes: 1 addition & 1 deletion package/.dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"languageVersion": "3.0"
}
],
"generated": "2024-01-27T11:16:18.556834Z",
"generated": "2024-01-27T11:23:19.903511Z",
"generator": "pub",
"generatorVersion": "3.3.0-279.0.dev"
}

0 comments on commit c1b7702

Please sign in to comment.