Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 5f7c36e

Browse files
authored
Release pyth-common-js v0.3.0 (#20)
* Release pyth-common-js v0.3.0 * Use - for tag versioning
1 parent 6ef680c commit 5f7c36e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish-pyth-common-js:
99
name: Publish Pyth Common JS
10-
if: ${{ startsWith(github.ref, 'refs/tags/pyth-common-js:v') }}
10+
if: ${{ startsWith(github.ref, 'refs/tags/pyth-common-js-v') }}
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
@@ -23,7 +23,7 @@ jobs:
2323
working-directory: "pyth-common-js"
2424
publish-pyth-evm-js:
2525
name: Publish Pyth EVM JS
26-
if: ${{ startsWith(github.ref, 'refs/tags/pyth-evm-js:v') }}
26+
if: ${{ startsWith(github.ref, 'refs/tags/pyth-evm-js-v') }}
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v2
@@ -39,7 +39,7 @@ jobs:
3939
working-directory: "pyth-evm-js"
4040
publish-pyth-terra-js:
4141
name: Publish Pyth Common JS
42-
if: ${{ startsWith(github.ref, 'refs/tags/pyth-terra-js:v') }}
42+
if: ${{ startsWith(github.ref, 'refs/tags/pyth-terra-js-v') }}
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)