File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
push :
7
7
tags :
8
8
- " v*"
9
- - " pango *"
9
+ - " koi *"
10
10
11
11
jobs :
12
12
notify-mainnet :
21
21
22
22
notify-testnet :
23
23
name : Notify testnet
24
- if : startsWith(github.ref, 'refs/tags/pango ')
24
+ if : startsWith(github.ref, 'refs/tags/koi ')
25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Notify
Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- " v*"
7
- - " pango *"
7
+ - " koi *"
8
8
9
9
env :
10
10
CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
69
69
enable_tar_bz2 : ${{ matrix.node.bz2 }}
70
70
skip-build : ${{ env.SKIP_BUILD }}
71
71
- 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') }}
73
73
uses : ./.github/actions/build
74
74
with :
75
75
features : ${{ matrix.node.features }}
@@ -120,7 +120,7 @@ jobs:
120
120
run : |
121
121
SKIP_BUILD=${{ env.SKIP_BUILD }}
122
122
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 ') }}
124
124
125
125
echo "IS_MAINNET='$IS_MAINNET'" >> $GITHUB_ENV
126
126
echo "IS_TESTNET='$IS_TESTNET'" >> $GITHUB_ENV
@@ -284,4 +284,4 @@ jobs:
284
284
deploy/*
285
285
generate_release_notes : true
286
286
token : ${{ secrets.GITHUB_TOKEN }}
287
- prerelease : ${{ startsWith(github.ref, 'refs/tags/pango ') }}
287
+ prerelease : ${{ startsWith(github.ref, 'refs/tags/koi ') }}
You can’t perform that action at this time.
0 commit comments