build(yoink): configuring release

This commit is contained in:
Bryan Bailey
2024-08-30 15:44:39 -04:00
parent 259d9b6980
commit 435bed8b4c

View File

@@ -28,9 +28,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: Release notes for ${{ github.ref }}
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }}
body: Release notes for ${{ github.ref_name }}
draft: false
prerelease: false