From 3d5ffad8ab4c5903340d0f3a0429f2a18384423a Mon Sep 17 00:00:00 2001 From: Arthur Geron <3487334+arthurgeron@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:46:43 -0300 Subject: [PATCH] fix: error in pr-release.yaml workflow file --- .github/workflows/pr-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-release.yaml b/.github/workflows/pr-release.yaml index 3b36f8e0..740d0a0c 100644 --- a/.github/workflows/pr-release.yaml +++ b/.github/workflows/pr-release.yaml @@ -8,7 +8,7 @@ jobs: name: 'Release PR to npm' runs-on: buildjet-4vcpu-ubuntu-2204 # Comment if:false to enable release PR to npm - # if: false + if: false permissions: write-all steps: - uses: actions/checkout@v3 @@ -27,6 +27,7 @@ jobs: - name: Build run: pnpm build + env: NEXT_PUBLIC_PROVIDER_URL: "http://localhost:4000/v1/graphql" NEXT_PUBLIC_WC_PROJECT_ID: e01471314fc69cc4efba6dce12dfd710 NEXT_PUBLIC_CHAIN_ID_NAME: testnet