Skip to content

Commit ff6e056

Browse files
committed
update cli
1 parent e9807b7 commit ff6e056

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
release:
1010
name: Github Release
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214
env:
1315
CLIENT_ID: ${{ secrets.CLIENT_ID }}
1416
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
@@ -28,4 +30,4 @@ jobs:
2830
artifacts: "app/build/outputs/apk/release/app-release.apk"
2931
token: ${{ secrets.GITHUB_TOKEN }}
3032
generateReleaseNotes: true
31-
makeLatest: true
33+
makeLatest: true

0 commit comments

Comments
 (0)