Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikemosca committed Jan 19, 2022
1 parent 55d13f8 commit add0326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
automatic_release_tag: ${{ steps.get_version_tag.outputs.SOURCE_TAG }}
prerelease: false
draft: false
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

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

0 comments on commit add0326

Please sign in to comment.