Skip to content

Commit

Permalink
fix(confg): change npm publish to yarn publish
Browse files Browse the repository at this point in the history
  • Loading branch information
noctifer20 committed Sep 6, 2021
1 parent 54456dc commit 02716f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
- uses: borales/actions-yarn@v2.3.0
with:
cmd: test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: borales/actions-yarn@v2.3.0
with:
cmd: publish
auth-token: ${{ secrets.NPM_TOKEN }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

1 comment on commit 02716f5

@vercel
Copy link

@vercel vercel bot commented on 02716f5 Sep 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.