Skip to content

Commit

Permalink
build: fix release test envs (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzmp authored Jan 13, 2023
1 parent e30ec18 commit 31988be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- run: yarn test
if: success()
env:
JSON_RPC_PROVIDER: ${{ secrets.JSON_RPC_PROVIDER }}

- run: yarn release
if: success()
Expand Down

1 comment on commit 31988be

@vercel
Copy link

@vercel vercel bot commented on 31988be Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

widgets – ./

widgets-seven-tau.vercel.app
widgets-uniswap.vercel.app
widgets-git-main-uniswap.vercel.app

Please sign in to comment.