diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 183b71c..c183277 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: id: create_release uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b #v.3.0.1 with: - name: Release ${{ github.ref_name }} + name: ${{ github.ref_name }} draft: false prerelease: false files: | @@ -47,4 +47,4 @@ jobs: ${{ github.workspace }}/target/pgsqlblocks-${{ env.RELEASE_VERSION }}-Windows-64.jar ${{ github.workspace }}/target/pgsqlblocks-${{ env.RELEASE_VERSION }}-Macosx-64.jar env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}