Skip to content

Commit

Permalink
ci: update npm publish yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed May 2, 2024
1 parent 428482f commit 78dc0cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Cd to directory
working-directory: ./packages/typescript
run: |
yarn ci
yarn test
npm ci
npm test
publish-npm:
needs: build
Expand All @@ -37,7 +37,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: yarn ci
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 78dc0cb

Please sign in to comment.