Skip to content

Commit

Permalink
fix: error in pr-release.yaml workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Dec 20, 2024
1 parent d8bcb33 commit 3d5ffad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3d5ffad

Please sign in to comment.