We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1612f commit 013f9bbCopy full SHA for 013f9bb
.github/workflows/release-and-publish.yml
@@ -271,6 +271,6 @@ jobs:
271
uses: ncipollo/release-action@v1
272
with:
273
tag: ${{ env.RELEASE_VERSION }}
274
- artifacts: "hono-cli-*"
+ artifacts: "hono-cli-*,cli/target/hono-cli-${RELEASE_VERSION}-exec.jar"
275
generateReleaseNotes: true
276
generateReleaseNotesPreviousTag: ${{ github.event.inputs.previous_version }}
0 commit comments