Skip to content

Commit

Permalink
fix(ci): fix delivery of libzmq
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Feb 9, 2024
1 parent 8f13d07 commit fbc1839
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
ENV="production"
;;
*)
STABILITY="canary"
STABILITY="unstable"
;;
esac
echo "stability=$STABILITY" >> $GITHUB_OUTPUT
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/zmq-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ jobs:
name: deliver ${{ matrix.distrib }}

steps:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Publish RPM packages
uses: ./.github/actions/delivery
with:
Expand Down Expand Up @@ -175,6 +178,9 @@ jobs:
name: deliver ${{ matrix.distrib }}

steps:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Publish DEB packages
uses: ./.github/actions/delivery
with:
Expand All @@ -194,6 +200,9 @@ jobs:
distrib: [el8, el9, bullseye, bookworm, jammy]

steps:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Promote ${{ matrix.distrib }} to stable
uses: ./.github/actions/promote-to-stable
with:
Expand Down

0 comments on commit fbc1839

Please sign in to comment.