Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Jun 7, 2024
1 parent c279982 commit 4809c6f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
branch: ${{ steps.create-release-branch.outputs.branch }}
steps:
- id: create-release-branch
uses: eclipse-zenoh/ci/create-release-branch@main
uses: ZettaScaleLabs/ci/create-release-branch@6bca1c7107f7bea65c2be90f17c01764f14ee5db
with:
repo: ${{ github.repository }}
live-run: ${{ inputs.live-run || false }}
version: ${{ inputs.version }}
github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }}

- uses: eclipse-zenoh/ci/bump-crates@main
- uses: ZettaScaleLabs/ci/bump-crates@6bca1c7107f7bea65c2be90f17c01764f14ee5db
with:
repo: ${{ github.repository }}
version: ${{ steps.create-release-branch.outputs.version }}
Expand All @@ -56,7 +56,7 @@ jobs:
build-debian:
name: Build Debian packages
needs: tag
uses: eclipse-zenoh/ci/.github/workflows/build-crates-debian.yml@main
uses: ZettaScaleLabs/ci/.github/workflows/build-crates-debian.yml@6bca1c7107f7bea65c2be90f17c01764f14ee5db
with:
repo: ${{ github.repository }}
version: ${{ needs.tag.outputs.version }}
Expand All @@ -66,7 +66,7 @@ jobs:
build-standalone:
name: Build executables and libraries
needs: tag
uses: eclipse-zenoh/ci/.github/workflows/build-crates-standalone.yml@main
uses: ZettaScaleLabs/ci/.github/workflows/build-crates-standalone.yml@6bca1c7107f7bea65c2be90f17c01764f14ee5db
with:
repo: ${{ github.repository }}
version: ${{ needs.tag.outputs.version }}
Expand All @@ -80,7 +80,7 @@ jobs:
cargo:
needs: tag
name: Publish Cargo crates
uses: eclipse-zenoh/ci/.github/workflows/release-crates-cargo.yml@main
uses: ZettaScaleLabs/ci/.github/workflows/release-crates-cargo.yml@6bca1c7107f7bea65c2be90f17c01764f14ee5db
with:
repo: ${{ github.repository }}
live-run: ${{ inputs.live-run || false }}
Expand All @@ -91,7 +91,7 @@ jobs:
debian:
name: Publish Debian packages
needs: [tag, build-debian]
uses: eclipse-zenoh/ci/.github/workflows/release-crates-debian.yml@main
uses: ZettaScaleLabs/ci/.github/workflows/release-crates-debian.yml@6bca1c7107f7bea65c2be90f17c01764f14ee5db
with:
no-build: true
live-run: ${{ inputs.live-run || false }}
Expand All @@ -103,7 +103,7 @@ jobs:
homebrew:
name: Publish Homebrew formulae
needs: [tag, build-standalone]
uses: eclipse-zenoh/ci/.github/workflows/release-crates-homebrew.yml@main
uses: ZettaScaleLabs/ci/.github/workflows/release-crates-homebrew.yml@6bca1c7107f7bea65c2be90f17c01764f14ee5db
with:
no-build: true
repo: ${{ github.repository }}
Expand All @@ -124,7 +124,7 @@ jobs:
eclipse:
name: Publish artifacts to Eclipse downloads
needs: [tag, build-standalone]
uses: eclipse-zenoh/ci/.github/workflows/release-crates-eclipse.yml@main
uses: ZettaScaleLabs/ci/.github/workflows/release-crates-eclipse.yml@6bca1c7107f7bea65c2be90f17c01764f14ee5db
with:
no-build: true
live-run: ${{ inputs.live-run || false }}
Expand All @@ -141,7 +141,7 @@ jobs:
github:
name: Publish artifacts to GitHub Releases
needs: [tag, build-standalone]
uses: eclipse-zenoh/ci/.github/workflows/release-crates-github.yml@main
uses: ZettaScaleLabs/ci/.github/workflows/release-crates-github.yml@6bca1c7107f7bea65c2be90f17c01764f14ee5db
with:
no-build: true
live-run: ${{ inputs.live-run || false }}
Expand All @@ -157,7 +157,7 @@ jobs:
dockerhub:
name: Publish container image to DockerHub
needs: [tag, build-standalone]
uses: eclipse-zenoh/ci/.github/workflows/release-crates-dockerhub.yml@main
uses: ZettaScaleLabs/ci/.github/workflows/release-crates-dockerhub.yml@6bca1c7107f7bea65c2be90f17c01764f14ee5db
with:
no-build: true
live-run: ${{ inputs.live-run || false }}
Expand Down

0 comments on commit 4809c6f

Please sign in to comment.