diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 28d408d..c374de5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,6 +36,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: release_name: Release ${{ steps.date.outputs.date }} + tag_name: ${{ steps.date.outputs.date }} draft: false prerelease: true