Update maven.yml
This commit is contained in:
parent
4943f0425b
commit
58e2ab34cb
1 changed files with 0 additions and 3 deletions
3
.github/workflows/maven.yml
vendored
3
.github/workflows/maven.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue