summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-03-15 22:07:22 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-03-15 22:07:22 -0400
commit031264e5fb44da11f5aadc63d01468fdbd62a190 (patch)
treea46ff84e21a58c8ca54cfcae1641fbf705fe7f0f
parentb9cd95faf18ed6914b3b20720bb9e5ea4cffa5b9 (diff)
ci: tweak release name
This is consistent with prior releases.
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
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