Skip to content

Commit

Permalink
Update publish_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YiBeomSeok committed Jul 9, 2024
1 parent bde9ffd commit 7e03cd3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- v*

permissions:
contents: write
packages: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,4 +46,4 @@ jobs:
with:
generate_release_notes: true
files: |
app/release/app-release.apk
app/build/outputs/apk/release/app-release.apk

0 comments on commit 7e03cd3

Please sign in to comment.