We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c49975 commit 98fe5a4Copy full SHA for 98fe5a4
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
env:
18
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
19
- name: Promote build
20
- run: jfrog rt build-promote 5.0.1 14 libs-release-local
+ run: jfrog rt build-promote spring-ws-5.0.1 14 libs-release-local
21
create-github-release:
22
name: Create GitHub Release
23
needs:
0 commit comments