We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa9a58 commit c7215d4Copy full SHA for c7215d4
.github/workflows/docker.yaml
@@ -15,6 +15,9 @@ env:
15
startsWith( github.ref, 'refs/tags/devnet-' ) ||
16
startsWith( github.ref, 'refs/tags/testnet-' ) ||
17
startsWith( github.ref, 'refs/tags/mainnet-' ) }}
18
+ IS_DEVNET_RELEASE: ${{
19
+ startsWith( github.ref, 'refs/tags/devnet-' ) }}
20
+
21
22
jobs:
23
build:
@@ -61,7 +64,7 @@ jobs:
61
64
62
65
- name : Publish binary
63
66
if : env.IS_RELEASE == 'true'
- uses: svenstaro/upload-release-action@v2
67
+ uses: svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575
68
with:
69
repo_token: ${{ secrets.GITHUB_TOKEN }}
70
file: ./pyth_oracle.so
0 commit comments