We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c07c3 commit d4199ccCopy full SHA for d4199cc
1 file changed
.github/workflows/release.yml
@@ -8,9 +8,9 @@ on:
8
# allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
10
11
-# GITHUB_TOKEN permissions to allow deployment to GH pages
+# necessary GITHUB_TOKEN permissions
12
permissions:
13
- contents: read
+ contents: write
14
pages: write
15
id-token: write
16
@@ -229,6 +229,7 @@ jobs:
229
rmdir mac-intel
230
rmdir mac-arm64
231
rmdir linux-x64
232
+ rm -rf github-pages
233
ls -R
234
235
- name: Create release
0 commit comments