Skip to content

Commit

Permalink
feat: fix (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhanks-bestow authored Jan 27, 2024
1 parent 3a3b4eb commit aa829d3
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 pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: __a_test
version: 1.0.0+2
version: 0.1.0+1
publish_to: none

environment:
Expand Down

0 comments on commit aa829d3

Please sign in to comment.