Skip to content

Commit b860160

Browse files
fix working directory
1 parent 28d18f0 commit b860160

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
jobs:
1111
publish-npm:
1212
runs-on: ubuntu-latest
13+
defaults:
14+
run:
15+
working-directory: ./chimera-css
1316
steps:
1417
- uses: actions/checkout@v3
1518
- uses: actions/setup-node@v3
@@ -24,7 +27,6 @@ jobs:
2427
git config --global user.name "J0hans1"
2528
- name: Set package version
2629
run: npm version ${{ github.event.release.tag_name }}
27-
working-directory: ./chimera-css
2830
- name: Publish package
2931
run: npm publish
3032
env:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)