We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db9ff4 commit 4710724Copy full SHA for 4710724
.github/workflows/publish.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: publish
64
# workaround until https://github.com/actions/setup-node/issues/67 is solved
65
run: |
66
- json -I -f package.json -e "this.name=\"@gofunky/cssauron-noeval\""
+ $(yarn bin)/json -I -f package.json -e "this.name=\"@gofunky/cssauron-noeval\""
67
$(yarn bin)/npm-deploy-git-tag
68
env:
69
CI: true
0 commit comments