Skip to content

Commit

Permalink
ci: update release.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdjokic committed Apr 17, 2024
1 parent 34dd94e commit 39a8b8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
BASE_PATH=/
NODE_ENV=production
NEXT_PUBLIC_CHAIN_TYPE=testnet
NEXT_PUBLIC_GRAPHQL_URL="https://testnet-gql.cheqd.io/v1/graphql"
NEXT_PUBLIC_GRAPHQL_WS="wss://testnet-gql.cheqd.io/v1/graphql"
NEXT_PUBLIC_RPC_WEBSOCKET="wss://rpc.cheqd.network/websocket"
NEXT_PUBLIC_GRAPHQL_URL=https://testnet-gql.cheqd.io/v1/graphql
NEXT_PUBLIC_GRAPHQL_WS=wss://testnet-gql.cheqd.io/v1/graphql
NEXT_PUBLIC_RPC_WEBSOCKET=wss://rpc.cheqd.network/websocket
PROJECT_NAME=web-cheqd
- name: Push BigDipper image
Expand Down

0 comments on commit 39a8b8f

Please sign in to comment.