File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,14 @@ jobs:
3737
3838 - name : Get version
3939 id : version
40- run : echo "::set-output name=version::$(jq .version package.json)"
40+ run : echo "::set-output name=version::$(jq -r .version package.json)"
4141
4242 - name : Download artifact
4343 uses : dawidd6/action-download-artifact@v2
4444 id : download
4545 with :
4646 branch : v${{ steps.version.outputs.version }}
47+ workflow : ci.yaml
4748 workflow_conclusion : completed
4849 name : " release-packages"
4950 path : release-packages
Original file line number Diff line number Diff line change @@ -25,13 +25,14 @@ jobs:
2525
2626 - name : Get version
2727 id : version
28- run : echo "::set-output name=version::$(jq .version package.json)"
28+ run : echo "::set-output name=version::$(jq -r .version package.json)"
2929
3030 - name : Download artifact
3131 uses : dawidd6/action-download-artifact@v2
3232 id : download
3333 with :
3434 branch : v${{ steps.version.outputs.version }}
35+ workflow : ci.yaml
3536 workflow_conclusion : completed
3637 name : " npm-package"
3738 path : release-npm-package
You can’t perform that action at this time.
0 commit comments