Skip to content

Commit db2d824

Browse files
committed
fix gh actions permission for tag
1 parent 13024e4 commit db2d824

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
release:
6666
needs: build
6767
runs-on: ubuntu-latest
68+
permissions:
69+
contents: write
6870

6971
steps:
7072
- name: Checkout repository

0 commit comments

Comments
 (0)