From 58e2ab34cbcf25383b781a322e6412b542dead90 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 01:34:18 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 41c21fe..f3be581 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,9 +27,6 @@ jobs: - name: Erstelle Git-Tag run: git tag $(date +'%Y%m%d%H%M%S') -a -m "Generierter Tag von GitHub Actions" - - name: Sende Tags - run: git push --tags --quiet -u ${{ secrets.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 }} - - name: Baue mit Maven run: mvn clean install