Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
songkeys committed Dec 26, 2023
1 parent a32e65e commit db08aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pnpm i --frozen-lockfile

- name: Build & Publish
run: npm publish
run: cd packages/mantine-theme npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand Down

0 comments on commit db08aea

Please sign in to comment.