Skip to content

Commit

Permalink
Merge pull request #51 from fuzzypixelz/fix/release-workflow
Browse files Browse the repository at this point in the history
fix: Release workflow
  • Loading branch information
gabrik authored Apr 9, 2024
2 parents b83f2e8 + ebc7ba5 commit 2e8e81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,6 @@ jobs:
^zenoh_plugin_ros1\.dll$
secrets: inherit

cargo:
needs: tag
name: Publish Cargo crates
uses: eclipse-zenoh/ci/.github/workflows/release-crates-cargo.yml@main
with:
repo: ${{ github.repository }}
live-run: ${{ inputs.live-run || false }}
branch: ${{ needs.tag.outputs.branch }}
# - In dry-run mode, we need to publish eclipse-zenoh/zenoh before this
# repository, in which case the version of zenoh dependecies are left as
# is and thus point to the main branch of eclipse-zenoh/zenoh.
# - In live-run mode, we assume that eclipse-zenoh/zenoh is already
# published as this workflow can't be responsible for publishing it
unpublished-deps-patterns: ${{ !(inputs.live-run || false) && 'zenoh.*' || '' }}
unpublished-deps-repos: ${{ !(inputs.live-run || false) && 'eclipse-zenoh/zenoh' || '' }}
secrets: inherit

debian:
name: Publish Debian packages
needs: [tag, build-debian]
Expand Down Expand Up @@ -162,7 +145,7 @@ jobs:
version: ${{ needs.tag.outputs.version }}
branch: ${{ needs.tag.outputs.branch }}
repo: ${{ github.repository }}
tags: "eclipse/zenoh-plugin-ros1:${{ needs.tag.outputs.version }}"
tags: "eclipse/zenoh-bridge-ros1:${{ needs.tag.outputs.version }}"
binary: zenoh-bridge-ros1
files: |
zenoh-bridge-ros1
Expand Down
1 change: 1 addition & 0 deletions zenoh-bridge-ros1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ homepage = { workspace = true }
license = { workspace = true }
categories = { workspace = true }
description = "Zenoh bridge for ROS1"
publish = false

[dependencies]
async-std = { workspace = true, features = ["unstable", "attributes"] }
Expand Down

0 comments on commit 2e8e81e

Please sign in to comment.