Skip to content

Commit

Permalink
Fix the package publication
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jun 14, 2021
1 parent b905d9c commit 2b35805
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: cd packages/tailwind-config
- run: npm publish
- run: cd packages/tailwind-config && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 2b35805

Please sign in to comment.