Skip to content

Commit

Permalink
[CI] added clean before publish (#600)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
aricart authored Oct 17, 2023
1 parent de3fd50 commit d9b31c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Test tag
run: |
npm run check-package
- run: npm run clean
- run: npm publish --provenance --access public --tag=next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit d9b31c9

Please sign in to comment.