diff --git a/.github/workflows/get-version.yml b/.github/workflows/get-version.yml index 117ade3c9fb..9617579b4aa 100644 --- a/.github/workflows/get-version.yml +++ b/.github/workflows/get-version.yml @@ -106,7 +106,7 @@ jobs: ENV="production" ;; *) - STABILITY="canary" + STABILITY="unstable" ;; esac echo "stability=$STABILITY" >> $GITHUB_OUTPUT diff --git a/.github/workflows/zmq-lib.yml b/.github/workflows/zmq-lib.yml index 4f82df8e509..48a5e0d496a 100644 --- a/.github/workflows/zmq-lib.yml +++ b/.github/workflows/zmq-lib.yml @@ -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: @@ -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: @@ -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: