Skip to content

Commit add0326

Browse files
committed
fix
1 parent 55d13f8 commit add0326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
automatic_release_tag: ${{ steps.get_version_tag.outputs.SOURCE_TAG }}
6262
prerelease: false
6363
draft: false
64-
files: build/libs/watson-spring-boot-starter-${{ steps.get_version_tag.outputs.SOURCE_TAG }}-jar-with-dependencies.jar
64+
files: build/libs/watson-spring-boot-starter-2.3.6-jar-with-dependencies.jar
6565

6666
- name: SKIP - Publish/Deploy to Git and Maven Central
6767
if: ${{ steps.new_release.outputs.NEW_RELEASE == 1}}

0 commit comments

Comments
 (0)