From 62d8172db692fa4d6e72f408ea3d33570a8a664e Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 01:03:18 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 67c2941..9b529c7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,21 +24,10 @@ jobs: run: mvn -B package --file pom.xml release: - runs-on: ubuntu-latest - needs: build + name: "Release" + runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v3 - - - name: Build & test - run: echo "done!" - - - name: Create Release - uses: marvinpinto/action-automatic-releases@latest - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - prerelease: false - files: | - LICENSE.txt - *.jar - # Setzen Sie einen statischen Tag oder generieren Sie einen dynamischen Tag - automatic_release_tag: "release-$(date +'%Y%m%d%H%M%S')" + - uses: "marvinpinto/action-automatic-releases@latest" + with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" + prerelease: false