Skip to content

Commit c127479

Browse files
修复 release
1 parent 8871c2f commit c127479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
jobs:
88
release:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
1012
steps:
1113
- name: Checkout code
1214
uses: actions/checkout@v4
13-
with:
14-
fetch-depth: 0
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:

0 commit comments

Comments
 (0)