Skip to content

Commit 4710724

Browse files
committed
build(fix): fix json path
1 parent 0db9ff4 commit 4710724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: publish
6464
# workaround until https://github.com/actions/setup-node/issues/67 is solved
6565
run: |
66-
json -I -f package.json -e "this.name=\"@gofunky/cssauron-noeval\""
66+
$(yarn bin)/json -I -f package.json -e "this.name=\"@gofunky/cssauron-noeval\""
6767
$(yarn bin)/npm-deploy-git-tag
6868
env:
6969
CI: true

0 commit comments

Comments
 (0)