Skip to content

Commit

Permalink
Publish with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhuhta committed Jul 25, 2024
1 parent 5aa02a3 commit 3cceff7
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 @@ -32,10 +32,10 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Install modules
run: npm install
run: yarn
- name: Build
run: npm run build
run: yarn build
- name: Publish to npm
run: npm publish --access public
run: yarn npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3cceff7

Please sign in to comment.