We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711587e commit d04496aCopy full SHA for d04496a
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
GITHUB_TOKEN: ${{ github.token }}
84
run: >-
85
gh release create
86
- '${GITHUB_REF_NAME}'
+ "${GITHUB_REF_NAME}"
87
--repo '${{ github.repository }}'
88
--notes ""
89
- name: Upload artifact signatures to GitHub Release
@@ -94,7 +94,7 @@ jobs:
94
# sigstore-produced signatures and certificates.
95
96
gh release upload
97
- '${GITHUB_REF_NAME}' dist/**
+ "${GITHUB_REF_NAME}" dist/**
98
99
100
publish-to-testpypi:
0 commit comments