Skip to content

Commit

Permalink
do not fail whan no release
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 16, 2024
1 parent bce3ca4 commit f8c6b95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_package_rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
release: "bullseye"
republish: "true" # needed ONLY if version is not changing
file: "QOpenHD/*.deb"
if: ${{ github.ref != 'refs/heads/2.5-evo' }}

#- name: Install
# run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_package_x86_jammy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
release: "jammy"
republish: "true" # needed ONLY if version is not changing
file: "*.deb"
if: ${{ github.ref != 'refs/heads/2.5-evo' }}

1 change: 1 addition & 0 deletions .github/workflows/build_package_x86_lunar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ jobs:
release: "lunar"
republish: "true" # needed ONLY if version is not changing
file: "QOpenHD/*.deb"
if: ${{ github.ref != 'refs/heads/2.5-evo' }}

0 comments on commit f8c6b95

Please sign in to comment.