Skip to content

Commit 3f9556e

Browse files
committed
fix goreleaser issue
Signed-off-by: dahu.kdh <[email protected]>
1 parent cbfbc21 commit 3f9556e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-github.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
jobs:
1212
build:
1313
permissions:
14+
id-token: write # This is required for requesting the JWT
1415
contents: write # for goreleaser/goreleaser-action to create a GitHub release
1516
name: Release notation-alibabacloud.secretmanager.plugin binaries
1617
runs-on: ubuntu-20.04
@@ -26,7 +27,7 @@ jobs:
2627
- name: Set up Go
2728
uses: actions/setup-go@v4
2829
with:
29-
go-version: 1.20
30+
go-version: '1.20'
3031
env:
3132
GOPATH: ${{ env.HOME }}
3233
- name: Set GoReleaser Previous Tag To Be Last Non Weekly Release
@@ -54,4 +55,4 @@ jobs:
5455
./cputil --endpoint=oss-cn-hangzhou.aliyuncs.com \
5556
--bucket '${{ secrets.OSS_BUCKET_NAME }}' \
5657
--objectdir '${{ secrets.OSS_OBJECT_DIR }}/${{ github.ref_name }}' \
57-
dist/notation-alibabacloud-secretmanager*.tar.gz dist/checksums.txt
58+
dist/notation-alibabacloud-secret-manager*.tar.gz dist/checksums.txt

0 commit comments

Comments
 (0)