Skip to content

Commit fdf3b65

Browse files
committed
feat: update permission
1 parent c22530f commit fdf3b65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/versionBump.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
required: true
1717
type: string
1818

19+
permissions:
20+
contents: write
21+
1922
jobs:
2023
bump:
2124
runs-on: ubuntu-latest
@@ -95,7 +98,7 @@ jobs:
9598
uses: svenstaro/upload-release-action@v2
9699
with:
97100
repo_token: ${{ secrets.GITHUB_TOKEN }}
98-
file: ${{ steps.apk-free-generate.outputs.apk-path }}
101+
file: ${{ steps.apk-release-generate.outputs.apk-path }}
99102
asset_name: 'deepr-release-${{steps.bump-app-version.outputs.newVersion}}.apk'
100103
tag: ${{ steps.bump-app-version.outputs.newVersion }}
101104
overwrite: true

0 commit comments

Comments
 (0)