Skip to content

Commit

Permalink
remove condition on promote and release_cloud input
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Oct 30, 2024
1 parent c7af5ad commit 0231a89
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: ${{ !inputs.release_cloud && contains(fromJSON('["bullseye", "bookworm"]'), inputs.distrib) }}
if: ${{ contains(fromJSON('["bullseye", "bookworm"]'), inputs.distrib) }}
run: |
set -eux
Expand Down

0 comments on commit 0231a89

Please sign in to comment.