This commit is contained in:
parent
409a9bb88a
commit
6c1aea5552
1 changed files with 8 additions and 0 deletions
|
@ -3,3 +3,11 @@ steps:
|
|||
image: "gradle:8.10.1-jdk21"
|
||||
commands:
|
||||
- "./gradlew build"
|
||||
- name: "publish"
|
||||
image: "woodpeckerci/plugin-release"
|
||||
settings:
|
||||
files:
|
||||
- "build/libs/*"
|
||||
api_key:
|
||||
from_secret: "ARTIFACTS_TOKEN"
|
||||
prerelease: true
|
||||
|
|
Loading…
Reference in a new issue