Skip to content

Commit

Permalink
minors
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYPROGRAMMER committed Sep 28, 2024
1 parent acc4a49 commit 1435793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

- uses: subosito/flutter-action@v2
with:
Expand All @@ -26,5 +26,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/release/*"
tag: v0.0.1
tag: v1.0.0
token: ${{ secrets.TOKEN }}

0 comments on commit 1435793

Please sign in to comment.