Skip to content

Commit

Permalink
chore: use market version for publish npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kioqq committed Apr 30, 2024
1 parent 475f57b commit 102cce3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build 🔨
run: yarn build

- name: Publish to npm 🚀
run: yarn npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Publish to NPM 🚀
uses: simenandre/publish-with-yarn-classic@v1
with:
npm-auth-token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 102cce3

Please sign in to comment.