Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Apr 18, 2023
1 parent f241426 commit 0d7f6b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
artifacts: "build/*.rpm,builddeb/*.deb"
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
prerelease: ${{ !endsWith( env.GITHUB_REF_NAME, 'Final') }}
run-ci-tests-stream-9:
runs-on: ubuntu-latest
steps:
Expand All @@ -36,6 +37,7 @@ jobs:
artifacts: "build/*.rpm,builddeb/*.deb"
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
prerelease: ${{ !endsWith( env.GITHUB_REF_NAME, 'Final') }}
run-ci-tests-win:
runs-on: windows-latest
steps:
Expand Down Expand Up @@ -90,5 +92,4 @@ jobs:
artifacts: "build_win/*.zip"
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
if: ${{ !endsWith( env.GITHUB_REF_NAME, 'Final') }}
prerelease: true
prerelease: ${{ !endsWith( env.GITHUB_REF_NAME, 'Final') }}

0 comments on commit 0d7f6b7

Please sign in to comment.