Kick publish after ci
- Attempt to fire ci-publish after ci finish ok - Relates #328
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -22,3 +22,10 @@ jobs:
|
||||
java-version: ${{ matrix.java }}
|
||||
cache: maven
|
||||
- run: ./mvnw -B package
|
||||
publish:
|
||||
needs: [build]
|
||||
runs-on: ubuntu-latest
|
||||
name: Call Publish Snapshot
|
||||
uses: spring-projects/spring-shell/.github/workflows/ci-publish@main
|
||||
secrets:
|
||||
jfArtifactorySpring: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
|
||||
Reference in New Issue
Block a user