publish already contains build

This commit is contained in:
Timo Ley 2022-10-24 07:29:15 +00:00
parent 388033a40a
commit 6c1e1f8dbe
1 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,8 @@ steps:
commands:
- chmod +x gradlew
- ./gradlew build
when:
event: push
- name: maven
image: adoptopenjdk/openjdk8
environment:
@ -18,7 +20,5 @@ steps:
commands:
- chmod +x gradlew
- ./gradlew publish
depends_on:
- build
when:
event: tag