Skip to content

Commit 2ef821e

Browse files
fix: cd into chimera-css folder before running publish
1 parent b860160 commit 2ef821e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Set package version
2929
run: npm version ${{ github.event.release.tag_name }}
3030
- name: Publish package
31-
run: npm publish
31+
run: cd chimera-css && npm publish
3232
env:
3333
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)