Skip to content

Commit 8097823

Browse files
authored
Fix typo (#66)
1 parent feca05f commit 8097823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
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

0 commit comments

Comments
 (0)