Update maven.yml
This commit is contained in:
parent
18d6abd642
commit
4943f0425b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -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
|
||||
run: git push --tags --quiet -u ${{ secrets.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 }}
|
||||
|
||||
- name: Baue mit Maven
|
||||
run: mvn clean install
|
||||
|
|
Loading…
Reference in a new issue