From 1ed257304f4f4b1f001d3fae97ca86d74939127c Mon Sep 17 00:00:00 2001 From: Shubham Singh Date: Sun, 22 Dec 2024 18:18:51 +0530 Subject: [PATCH] let's try by removing release and tag Signed-off-by: Shubham Singh --- .github/workflows/go.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7cfa083..966fc64 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,7 +27,5 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} # you don't have to create this, auto done by GitHub Actions prerelease: false - title: Release ${{ github.ref_name }} - automatic_release_tag: "latest" files: | app/templ8.exe \ No newline at end of file