Skip to content

Commit

Permalink
chore: changing the ENV name and moving the command to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
shawakash committed Feb 13, 2024
1 parent 3331a65 commit 8e1382e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
node-version: '20'

- name: Install dependencies
run: npm ci
run: yarn install

- name: Build packages
run: npm run build
run: yarn build

- name: Publish packages
run: npx lerna publish from-package --yes
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 8e1382e

Please sign in to comment.