Skip to content

Commit d4199cc

Browse files
committed
Fixed release pipeline
1 parent a0c07c3 commit d4199cc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
# allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:
1010

11-
# GITHUB_TOKEN permissions to allow deployment to GH pages
11+
# necessary GITHUB_TOKEN permissions
1212
permissions:
13-
contents: read
13+
contents: write
1414
pages: write
1515
id-token: write
1616

@@ -229,6 +229,7 @@ jobs:
229229
rmdir mac-intel
230230
rmdir mac-arm64
231231
rmdir linux-x64
232+
rm -rf github-pages
232233
ls -R
233234
234235
- name: Create release

0 commit comments

Comments
 (0)