We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feca05f commit 8097823Copy full SHA for 8097823
.github/workflows/publish.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
publish-pyth-sdk:
9
name: Publish Pyth SDK
10
- if: ${{ startsWith(github.ref, 'refs/tags/pyth-sdk@v' }}
+ if: ${{ startsWith(github.ref, 'refs/tags/pyth-sdk@v') }}
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout sources
0 commit comments