diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44f2506..440d0ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: with: artifacts: evidence-${{ matrix.os }}-${{ matrix.arch }}-node${{ matrix.node }}.zip token: ${{ secrets.GH_ACTIONS_RELEASE_TOKEN }} - name: Release ${{ github.ref }} + name: Release ${{ github.ref_name }} body: | Release for ${{ matrix.os }} ${{ matrix.arch }} with Node.js ${{ matrix.node }} draft: false