File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,14 @@ jobs:
37
37
38
38
- name : Get version
39
39
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)"
41
41
42
42
- name : Download artifact
43
43
uses : dawidd6/action-download-artifact@v2
44
44
id : download
45
45
with :
46
46
branch : v${{ steps.version.outputs.version }}
47
+ workflow : ci.yaml
47
48
workflow_conclusion : completed
48
49
name : " release-packages"
49
50
path : release-packages
Original file line number Diff line number Diff line change @@ -25,13 +25,14 @@ jobs:
25
25
26
26
- name : Get version
27
27
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)"
29
29
30
30
- name : Download artifact
31
31
uses : dawidd6/action-download-artifact@v2
32
32
id : download
33
33
with :
34
34
branch : v${{ steps.version.outputs.version }}
35
+ workflow : ci.yaml
35
36
workflow_conclusion : completed
36
37
name : " npm-package"
37
38
path : release-npm-package
You can’t perform that action at this time.
0 commit comments