File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
publish-pyth-sdk :
9
9
name : Publish Pyth SDK
10
- if : ${{ startsWith(github.ref, 'refs/tags/pyth-sdk@ v') }}
10
+ if : ${{ startsWith(github.ref, 'refs/tags/pyth-sdk- v') }}
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout sources
26
26
working-directory : " pyth-sdk"
27
27
publish-pyth-sdk-solana :
28
28
name : Publish Pyth SDK Solana
29
- if : ${{ startsWith(github.ref, 'refs/tags/pyth-sdk-solana@ v') }}
29
+ if : ${{ startsWith(github.ref, 'refs/tags/pyth-sdk-solana- v') }}
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout sources
45
45
working-directory : " pyth-sdk-solana"
46
46
publish-pyth-sdk-terra :
47
47
name : Publish Pyth SDK CW
48
- if : ${{ startsWith(github.ref, 'refs/tags/pyth-sdk-cw@ v') }}
48
+ if : ${{ startsWith(github.ref, 'refs/tags/pyth-sdk-cw- v') }}
49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- name : Checkout sources
You can’t perform that action at this time.
0 commit comments