From 242a7a97fecad31b32c8f81a95fa158b0e6db3a1 Mon Sep 17 00:00:00 2001 From: Fabien Date: Sun, 21 Feb 2021 21:28:50 +0100 Subject: [PATCH] chore : improve cd workflow --- .github/workflows/mcscankt-cd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/mcscankt-cd.yml b/.github/workflows/mcscankt-cd.yml index f0cc47d..ddb5954 100644 --- a/.github/workflows/mcscankt-cd.yml +++ b/.github/workflows/mcscankt-cd.yml @@ -3,7 +3,6 @@ name: McScanKt CD - Java 11 with Kotlin on: push: tags: - - '[0-9]+\.[0-9]+\.[0-9]+-[0-9]+' - '[0-9]+\.[0-9]+\.[0-9]+' jobs: @@ -26,7 +25,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: ${{ github.ref }} draft: false prerelease: false - name: Get the tag version