Skip to content

Commit 7f5fd4a

Browse files
committed
Only release binary for devnet
1 parent c7215d4 commit 7f5fd4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
echo "${{ secrets.DOCKER_IO_PASS }}" | publish
5757
5858
- name : Get binary from docker
59-
if : env.IS_RELEASE == 'true'
59+
if : env.IS_DEVNET_RELEASE == 'true'
6060
run : |
6161
docker create -ti --name container "${DOCKER_IMAGE}" bash
6262
docker cp container:/home/pyth/pyth-client/target/deploy/pyth_oracle.so .
6363
docker rm -f container
6464
6565
- name : Publish binary
66-
if : env.IS_RELEASE == 'true'
66+
if : env.IS_DEVNET_RELEASE == 'true'
6767
uses: svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575
6868
with:
6969
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)