Skip to content

Commit

Permalink
Merge pull request #95 from Uniswap/matteen/fix-release
Browse files Browse the repository at this point in the history
use yarn publish for release
  • Loading branch information
matteenm authored Sep 12, 2024
2 parents bb6ae62 + 2796627 commit 39d557a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
deploy:
name: release
name: release
runs-on:
group: npm-deploy
environment:
Expand All @@ -22,10 +22,10 @@ jobs:
# Refer to it by calling env.NPM_TOKEN
# This token is also limited by IP to ONLY work on the runner
NPM_TOKEN: op://npm-deploy/npm-runner-token/secret

- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744

- name: Setup Node
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7
with:
Expand All @@ -34,11 +34,10 @@ jobs:

- name: Install dependencies
run: yarn install --immutable --immutable-cache

- name: Release
env:
NPM_CONFIG_USERCONFIG: /dev/null
NPM_TOKEN: ${{ env.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional
run: yarn g:release

run: yarn publish

0 comments on commit 39d557a

Please sign in to comment.