From 60abfc794fb368dadd5e2460c5ba602ca44700bf Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Wed, 29 Jan 2025 11:54:36 +0100 Subject: [PATCH] updated gitbuh workflow (again) --- .github/workflows/automatic-prerelease.yml | 2 +- .github/workflows/tagged-release.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automatic-prerelease.yml b/.github/workflows/automatic-prerelease.yml index 935d4e3..468d994 100644 --- a/.github/workflows/automatic-prerelease.yml +++ b/.github/workflows/automatic-prerelease.yml @@ -15,4 +15,4 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - prerelease: false + prerelease: true diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 3ec8de9..e1d8664 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -15,4 +15,5 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - prerelease: true + prerelease: false + automatic_release_tag: "latest"