From 031264e5fb44da11f5aadc63d01468fdbd62a190 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 15 Mar 2020 22:07:22 -0400 Subject: ci: tweak release name This is consistent with prior releases. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ccc55cc..becee69f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ env.RG_VERSION }} - release_name: ripgrep ${{ env.RG_VERSION }} + release_name: ${{ env.RG_VERSION }} - name: Save release upload URL to artifact run: echo "${{ steps.release.outputs.upload_url }}" > artifacts/release-upload-url -- cgit v1.2.3