From 1435793eaa386e6da714f26197b872ede25e2120 Mon Sep 17 00:00:00 2001 From: ARYA SINGH Date: Sat, 28 Sep 2024 14:51:28 +0530 Subject: [PATCH] minors --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27419cf..d74c216 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -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 }} \ No newline at end of file