File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,10 +56,11 @@ jobs:
5656 - name : Upload artifact signature to GitHub Release
5757 env :
5858 GITHUB_TOKEN : ${{ github.token }}
59+ shell : bash
5960 # Upload to GitHub Release using the `gh` CLI.
6061 # `dist/` contains the built packages, and the
6162 # sigstore-produced signatures and certificates.
6263 run : >-
6364 gh release upload
64- '${{ github.ref_name }}' dist/**
65- --repo '${{ github.repository }}'
65+ "${GITHUB_REF_NAME}" dist/**
66+ --repo "${GITHUB_REPOSITORY}"
Original file line number Diff line number Diff line change @@ -82,10 +82,11 @@ jobs:
8282 - name : Upload artifact signatures to GitHub Release
8383 env :
8484 GITHUB_TOKEN : ${{ github.token }}
85+ shell : bash
8586 # Upload to GitHub Release using the `gh` CLI.
8687 # `dist/` contains the built packages, and the
8788 # sigstore-produced signatures and certificates.
8889 run : >-
8990 gh release upload
90- '${{ github.ref_name }}' dist/**
91- --repo '${{ github.repository }}'
91+ "${GITHUB_REF_NAME}" dist/**
92+ --repo "${GITHUB_REPOSITORY}"
You can’t perform that action at this time.
0 commit comments