diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da80b102db..8c364ca881 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -149,7 +149,7 @@ jobs: live-run: ${{ inputs.live-run }} version: ${{ needs.tag.outputs.version }} repo: ${{ github.repository }} - tags: "eclipse/zenoh:${{ inputs.version }}" + tags: "eclipse/zenoh:${{ needs.tag.outputs.version }}" binary: zenohd files: | zenohd @@ -169,7 +169,7 @@ jobs: live-run: ${{ inputs.live-run }} version: ${{ needs.tag.outputs.version }} repo: ${{ github.repository }} - tags: "${{ github.repository }}:${{ inputs.version }}" + tags: "${{ github.repository }}:${{ needs.tag.outputs.version }}" binary: zenohd files: | zenohd