File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ jobs:
81
81
# "$GITHUB_REF_NAME"
82
82
# --repo "$GITHUB_REPOSITORY"
83
83
# --notes ""
84
- - name : Upload artifact signatures to GitHub Release
85
- env :
86
- GITHUB_TOKEN : ${{ github.token }}
87
- # Upload to GitHub Release using the `gh` CLI.
88
- # `dist/` contains the built packages, and the
89
- # sigstore-produced signatures and certificates.
90
- run : >-
91
- gh release upload
92
- "$GITHUB_REF_NAME" dist/**
93
- --repo "$GITHUB_REPOSITORY"
84
+ # - name: Upload artifact signatures to GitHub Release
85
+ # env:
86
+ # GITHUB_TOKEN: ${{ github.token }}
87
+ # # Upload to GitHub Release using the `gh` CLI.
88
+ # # `dist/` contains the built packages, and the
89
+ # # sigstore-produced signatures and certificates.
90
+ # run: >-
91
+ # gh release upload
92
+ # "$GITHUB_REF_NAME" dist/**
93
+ # --repo "$GITHUB_REPOSITORY"
You can’t perform that action at this time.
0 commit comments