Skip to content

Commit

Permalink
Merge pull request #14 from CiscoM31/commonbranch
Browse files Browse the repository at this point in the history
ISICO-15117: publish common and rest jars as well.
  • Loading branch information
charybr authored Aug 16, 2023
2 parents ff8277e + 84018bb commit 71353d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ciscom31_publish_jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
# publish list of jar files that are required for CiscoM31/conductor-community
artifacts: "server/build/libs/conductor-server-*-boot.jar,core/build/libs/conductor-core-*.jar"
artifacts: "server/build/libs/conductor-server-*-boot.jar,core/build/libs/conductor-core-*-SNAPSHOT.jar,common/build/libs/conductor-common-*-SNAPSHOT.jar,rest/build/libs/conductor-rest-*-SNAPSHOT.jar"
commit: ${{ github.sha }}
tag: ${{ steps.tag.outputs.TAG }}
token: ${{ github.token }}
Expand Down

0 comments on commit 71353d9

Please sign in to comment.