We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d13f8 commit add0326Copy full SHA for add0326
.github/workflows/deploy.yml
@@ -61,7 +61,7 @@ jobs:
61
automatic_release_tag: ${{ steps.get_version_tag.outputs.SOURCE_TAG }}
62
prerelease: false
63
draft: false
64
- files: build/libs/watson-spring-boot-starter-${{ steps.get_version_tag.outputs.SOURCE_TAG }}-jar-with-dependencies.jar
+ files: build/libs/watson-spring-boot-starter-2.3.6-jar-with-dependencies.jar
65
66
- name: SKIP - Publish/Deploy to Git and Maven Central
67
if: ${{ steps.new_release.outputs.NEW_RELEASE == 1}}
0 commit comments