File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ permissions:
1111jobs :
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
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
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
You can’t perform that action at this time.
0 commit comments