Kick publish after ci
- Attempt to fire ci-publish after ci finish ok - Relates #328
This commit is contained in:
7
.github/workflows/ci-publish.yml
vendored
7
.github/workflows/ci-publish.yml
vendored
@@ -1,7 +1,10 @@
|
||||
name: CI Publish
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
secrets:
|
||||
jfArtifactorySpring:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
@@ -20,7 +23,7 @@ jobs:
|
||||
with:
|
||||
version: 1.46.4
|
||||
env:
|
||||
JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
JF_ARTIFACTORY_SPRING: ${{ secrets.jfArtifactorySpring }}
|
||||
- name: Configure JFrog Cli
|
||||
run: |
|
||||
jfrog rt mvnc \
|
||||
|
||||
Reference in New Issue
Block a user