Skip to content

Commit dcb769f

Browse files
committed
Update CI
1 parent 4ea2895 commit dcb769f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/notify-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
tags:
88
- "v*"
9-
- "pango*"
9+
- "koi*"
1010

1111
jobs:
1212
notify-mainnet:
@@ -21,7 +21,7 @@ jobs:
2121
2222
notify-testnet:
2323
name: Notify testnet
24-
if: startsWith(github.ref, 'refs/tags/pango')
24+
if: startsWith(github.ref, 'refs/tags/koi')
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Notify

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
tags:
66
- "v*"
7-
- "pango*"
7+
- "koi*"
88

99
env:
1010
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
@@ -69,7 +69,7 @@ jobs:
6969
enable_tar_bz2: ${{ matrix.node.bz2 }}
7070
skip-build: ${{ env.SKIP_BUILD }}
7171
- name: Build testnet node
72-
if: ${{ startsWith(github.ref, 'refs/tags/pango') && (matrix.node.network == 'testnet') }}
72+
if: ${{ startsWith(github.ref, 'refs/tags/koi') && (matrix.node.network == 'testnet') }}
7373
uses: ./.github/actions/build
7474
with:
7575
features: ${{ matrix.node.features }}
@@ -120,7 +120,7 @@ jobs:
120120
run: |
121121
SKIP_BUILD=${{ env.SKIP_BUILD }}
122122
IS_MAINNET=${{ matrix.runtime.type == 'mainnet' && startsWith(github.ref, 'refs/tags/v') }}
123-
IS_TESTNET=${{ matrix.runtime.type == 'testnet' && startsWith(github.ref, 'refs/tags/pango') }}
123+
IS_TESTNET=${{ matrix.runtime.type == 'testnet' && startsWith(github.ref, 'refs/tags/koi') }}
124124
125125
echo "IS_MAINNET='$IS_MAINNET'" >> $GITHUB_ENV
126126
echo "IS_TESTNET='$IS_TESTNET'" >> $GITHUB_ENV
@@ -284,4 +284,4 @@ jobs:
284284
deploy/*
285285
generate_release_notes: true
286286
token: ${{ secrets.GITHUB_TOKEN }}
287-
prerelease: ${{ startsWith(github.ref, 'refs/tags/pango') }}
287+
prerelease: ${{ startsWith(github.ref, 'refs/tags/koi') }}

0 commit comments

Comments
 (0)