Skip to content

Commit

Permalink
ci: use release_tools directly
Browse files Browse the repository at this point in the history
  • Loading branch information
asartalo committed Jul 26, 2022
1 parent 289070d commit b3becd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Prepare release
run: |
dart pub run release_tools prepare_release -w
release_tools prepare_release -w
cat VERSION.txt
- name: Get Release Info
Expand Down

0 comments on commit b3becd5

Please sign in to comment.