Skip to content

Commit 5f92d94

Browse files
fix: go back to working-dir approach, but at higher level
1 parent 072d8bd commit 5f92d94

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,8 +28,8 @@ jobs:
2828
git config --global user.email "[email protected]"
2929
git config --global user.name "J0hans1"
3030
- name: Publish package
31+
working-directory: ./chimera-css
3132
run: |
32-
cd chimera-css
3333
npm version ${{ github.event.release.tag_name }}
3434
npm publish
3535
env:

0 commit comments

Comments
 (0)