Skip to content

Commit ea7a55f

Browse files
committed
fix: fix actions permissions
1 parent 68add45 commit ea7a55f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
echo ""
9090
9191
flutter-release:
92-
permissions: write-all
92+
permissions:
93+
contents: write
9394
name: Release
9495
needs: fullter-build
9596
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)