From 19dedc7b47ef53447825dd75234c4b67bfce5c50 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Mon, 19 Dec 2022 16:27:00 +0100 Subject: [PATCH] ci: always release --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7b4d7c..2490794 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,6 @@ jobs: NUGET_KEY: ${{ secrets.NUGET_API_KEY }} - uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1 - if: ${{ !contains(github.ref_name, '-') }} with: repo_token: ${{ secrets.GITHUB_TOKEN }} - #prerelease: ${{ contains(github.ref_name, '-') }} \ No newline at end of file + prerelease: ${{ contains(github.ref_name, '-') }} \ No newline at end of file