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