mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-20 16:06:00 -04:00
fix(ci): Do not publish preview releases to CloudNebula
This commit is contained in:
parent
826217c323
commit
8388a61532
@ -13,7 +13,9 @@ env:
|
||||
CN_APPLICATION: "unstoppableswap/unstoppableswap-gui-rs"
|
||||
|
||||
jobs:
|
||||
draft:
|
||||
draft-cb-release:
|
||||
# Do not publish preview releases to CloudNebula
|
||||
if: ${{ !contains(github.ref_name, 'preview') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -24,7 +26,7 @@ jobs:
|
||||
api-key: ${{ secrets.CN_API_KEY }}
|
||||
|
||||
build:
|
||||
needs: draft
|
||||
needs: draft-cb-release
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -7,7 +7,6 @@ on:
|
||||
|
||||
jobs:
|
||||
publish-tauri:
|
||||
if: ${{ !contains(github.ref_name, 'preview') }}
|
||||
permissions:
|
||||
contents: write
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user