Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnesacnussem authored Apr 1, 2023
1 parent 1554024 commit 1c25d2c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
branches:
- master


permissions:
contents: write

jobs:
build-and-upload:
runs-on: ubuntu-latest
Expand All @@ -29,4 +32,4 @@ jobs:
app/build/outputs/apk/release/app-release-unsigned.apk
tag_name: nightly
release_name: Nightly Build
prerelease: true
prerelease: true

0 comments on commit 1c25d2c

Please sign in to comment.