Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 01:34:18 +01:00 committed by GitHub
parent 4943f0425b
commit 58e2ab34cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,9 +27,6 @@ jobs:
- name: Erstelle Git-Tag - name: Erstelle Git-Tag
run: git tag $(date +'%Y%m%d%H%M%S') -a -m "Generierter Tag von GitHub Actions" 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 - name: Baue mit Maven
run: mvn clean install run: mvn clean install