Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Commit 10a4496

Browse files
committed
fix: release yaml issue: premisson
1 parent 45f4cf3 commit 10a4496

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/releaser.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Releaser
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
tags:
@@ -53,7 +56,6 @@ jobs:
5356

5457

5558
checksums:
56-
permissions: write-all
5759
needs: [build-cli]
5860
runs-on: ubuntu-latest
5961
steps:

0 commit comments

Comments
 (0)