Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Beegan committed May 10, 2024
1 parent cd89fd7 commit 4826f94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
- run: flutter analyze
- run: flutter test
- run: flutter build apk --debug --split-per-abi
- name: Push to Release
- uses: ncipollo/release-action@v1
with:
artifacts: "build/app/output/apk/debug/*"
tag: v1.0.${{github.run_number}}
token: ${{ secrets.TOKEN }}
token: ${{ secrets.token }}

0 comments on commit 4826f94

Please sign in to comment.