Skip to content

Commit

Permalink
chore: added release-please bootstap action
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Aug 31, 2023
1 parent d586573 commit 82f8e7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 53 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/deploy.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ class _MyHomePageState extends State<MyHomePage> {
), // This trailing comma makes auto-formatting nicer for build methods.
);
}
}
}

0 comments on commit 82f8e7a

Please sign in to comment.