Skip to content

Commit

Permalink
fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
santino committed Jan 24, 2022
1 parent 0520c6c commit 3e5f143
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
run: yarn cleanupminified
- name: Copy additional 'dist' files
run: yarn copydistfiles
- name: cd to 'dist' folder
run: cd dist
- name: Publish package
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: npm publish --dry-run
run: cd dist && npm publish --dry-run

0 comments on commit 3e5f143

Please sign in to comment.