Skip to content

Commit

Permalink
Update allowUpdates flag in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Feb 10, 2024
1 parent 11deae0 commit ddcab08
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 @@ -91,7 +91,7 @@ jobs:
artifacts: android/app/build/outputs/apk/release/*.apk
tag: ${{ steps.tag.outputs.tag }}
prerelease: ${{ steps.tag.outputs.prerelease }}
generateReleaseNotes: true
allowUpdates: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ddcab08

Please sign in to comment.