From 4b3be20749c4f91acbd8bbd62db7fee731bf490e Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Wed, 29 Jan 2025 11:52:27 +0100 Subject: [PATCH] updated github action --- .github/workflows/automatic-prerelease.yml | 6 +----- .github/workflows/tagged-release.yml | 4 +--- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/automatic-prerelease.yml b/.github/workflows/automatic-prerelease.yml index 56d1355..935d4e3 100644 --- a/.github/workflows/automatic-prerelease.yml +++ b/.github/workflows/automatic-prerelease.yml @@ -12,11 +12,7 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v3 - - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest" - prerelease: true - title: "Development Build" + prerelease: false diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 6c9d1b2..3ec8de9 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -12,9 +12,7 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v3 - - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - prerelease: false + prerelease: true