File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
- id : commit
20
20
run : echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
21
21
- id : tag
22
- run : echo "tag=@actions/${{ github.event.inputs.package }}@$(cat packages/${{ github.event.inputs.package }}/package.json | jq .version) " >> "$GITHUB_OUTPUT"
22
+ run : echo "tag=@actions/${{ github.event.inputs.package }}@$(cat packages/${{ github.event.inputs.package }}/package.json | jq -r .version" >> "$GITHUB_OUTPUT"
23
23
24
24
- name : verify package exists
25
25
run : ls packages/${{ github.event.inputs.package }}
Original file line number Diff line number Diff line change 14
14
- id : commit
15
15
run : echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
16
16
- id : tag
17
- run : echo "tag=@actions/http-client- $(cat packages/http-client/package.json | jq .version)-test-tag" >> "$GITHUB_OUTPUT"
17
+ run : echo "tag=@actions/http-client@ $(cat packages/http-client/package.json | jq -r .version)-test-tag" >> "$GITHUB_OUTPUT"
18
18
publish :
19
19
runs-on : macos-latest
20
20
needs : test
You can’t perform that action at this time.
0 commit comments