File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77jobs :
88 publish-pyth-sdk :
99 name : Publish Pyth SDK
10- if : ${{ startsWith(github.ref, 'refs/tags/pyth-sdk@ v') }}
10+ if : ${{ startsWith(github.ref, 'refs/tags/pyth-sdk- v') }}
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout sources
2626 working-directory : " pyth-sdk"
2727 publish-pyth-sdk-solana :
2828 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') }}
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout sources
4545 working-directory : " pyth-sdk-solana"
4646 publish-pyth-sdk-terra :
4747 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') }}
4949 runs-on : ubuntu-latest
5050 steps :
5151 - name : Checkout sources
You can’t perform that action at this time.
0 commit comments