Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-uniswap authored Feb 6, 2025
1 parent 62d9aff commit 5a6069e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ jobs:
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744

- name: Setup Node
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7
uses: actions/setup-node@v4.2.0
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
scope: "@uniswap"
env:
NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand All @@ -49,7 +52,6 @@ jobs:

- name: Release
env:
NPM_CONFIG_USERCONFIG: /dev/null
NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm publish --provenance --access public

0 comments on commit 5a6069e

Please sign in to comment.