Skip to content

Commit

Permalink
chore: Update IS_STAGING environment variable in release.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mohandast52 committed Jun 4, 2024
1 parent c1232c6 commit 9b9c573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
env:
NODE_ENV: production
DEV_RPC: https://rpc-gate.autonolas.tech/gnosis-rpc/
IS_STAGING: ${{ contains(github.ref, 'staging') }}
IS_STAGING: ${{ github.ref != 'refs/heads/main' && 'true' || 'false' }}
FORK_URL: https://rpc-gate.autonolas.tech/gnosis-rpc/
- run: rm -rf /dist
- name: "Build, notarize, publish"
Expand Down

0 comments on commit 9b9c573

Please sign in to comment.