There was an error while loading. Please reload this page.
1 parent f858795 commit 6727113Copy full SHA for 6727113
1 file changed
.github/workflows/release.yml
@@ -209,10 +209,11 @@ jobs:
209
id: create_release
210
env:
211
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
212
+ GITHUB_REF_NAME: ${{ github.ref_name }}
213
run: |
214
cd artifacts
215
gh release create \
216
--verify-tag \
- --title "Release ${{ github.ref_name }}" \
217
- "${{ github.ref_name }}" \
+ --title "Release ${GITHUB_REF_NAME}" \
218
+ "${GITHUB_REF_NAME}" \
219
SHASUM256.txt *-latest/*.zip *-latest/*.tar.gz
0 commit comments