Skip to content

Commit

Permalink
fix(ci): re enable jammy promote (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja authored Nov 26, 2024
2 parents 67d957a + 7adf2d2 commit acb5afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/promote-to-stable/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ runs:
shell: bash

- name: Promote DEB packages to stable
if: ${{ contains(fromJSON('["bullseye", "bookworm"]'), inputs.distrib) }}
if: ${{ contains(fromJSON('["bullseye", "bookworm", "jammy"]'), inputs.distrib) }}
run: |
set -eux
Expand Down

0 comments on commit acb5afd

Please sign in to comment.