Skip to content

Commit

Permalink
build(fix): fix json path
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Dec 1, 2019
1 parent 0db9ff4 commit 4710724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: publish
# workaround until https://github.com/actions/setup-node/issues/67 is solved
run: |
json -I -f package.json -e "this.name=\"@gofunky/cssauron-noeval\""
$(yarn bin)/json -I -f package.json -e "this.name=\"@gofunky/cssauron-noeval\""
$(yarn bin)/npm-deploy-git-tag
env:
CI: true
Expand Down

0 comments on commit 4710724

Please sign in to comment.