Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 01:25:16 +01:00 committed by GitHub
parent 7e310c95c1
commit 3071d2fe45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ jobs:
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.GITHUB_TOKEN }}
run: git push --tags --quiet -u ${{ secrets.YOUR_CUSTOM_TOKEN }}
- name: Baue mit Maven
run: mvn clean install