diff --git a/.github/workflows/build_master.yml b/.github/workflows/build_master.yml index 972457e..17d4543 100644 --- a/.github/workflows/build_master.yml +++ b/.github/workflows/build_master.yml @@ -52,6 +52,6 @@ jobs: uses: ncipollo/release-action@v1.11.1 with: artifacts: build/app/outputs/flutter-apk/app-prod-release.apk - tag: Release + tag: v0.${{ github.run_number }} tag_name: ${{ github.ref }} token: ${{ secrets.GITHUB_TOKEN }}