Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
chore: fix for prerelease tag
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalper committed Sep 10, 2023
1 parent c2d00a1 commit 143c36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
with:
automatic_release_tag: "v${{ steps.version.outputs.content }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: ${{ !env.isRelease }}
prerelease: ${{ env.isRelease == 'false' }}
files: |
flutter-apk/app-release.apk
bundle/release/app-release.aab
Expand Down

0 comments on commit 143c36c

Please sign in to comment.