Skip to content

Commit c7215d4

Browse files
committed
Pin
1 parent 1fa9a58 commit c7215d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ env:
1515
startsWith( github.ref, 'refs/tags/devnet-' ) ||
1616
startsWith( github.ref, 'refs/tags/testnet-' ) ||
1717
startsWith( github.ref, 'refs/tags/mainnet-' ) }}
18+
IS_DEVNET_RELEASE: ${{
19+
startsWith( github.ref, 'refs/tags/devnet-' ) }}
20+
1821

1922
jobs:
2023
build:
@@ -61,7 +64,7 @@ jobs:
6164
6265
- name : Publish binary
6366
if : env.IS_RELEASE == 'true'
64-
uses: svenstaro/upload-release-action@v2
67+
uses: svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575
6568
with:
6669
repo_token: ${{ secrets.GITHUB_TOKEN }}
6770
file: ./pyth_oracle.so

0 commit comments

Comments
 (0)