mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-30 05:59:39 +02:00
Publish jar for releases (#1588)
This commit is contained in:
parent
620681f0ff
commit
5a7b3db3a9
8
.github/workflows/release-go.yml
vendored
8
.github/workflows/release-go.yml
vendored
@ -27,3 +27,11 @@ jobs:
|
||||
piper-version: master
|
||||
command: githubPublishRelease
|
||||
flags: --token ${{ secrets.GITHUB_TOKEN }} --version latest --assetPath ./piper
|
||||
|
||||
- name: Build and publish jar for consumption in unit tests
|
||||
run: mvn package
|
||||
- uses: SAP/project-piper-action@master
|
||||
with:
|
||||
piper-version: master
|
||||
command: githubPublishRelease
|
||||
flags: --token ${{ secrets.GITHUB_TOKEN }} --version latest --assetPath ./target/jenkins-library.jar
|
||||
|
Loading…
x
Reference in New Issue
Block a user