File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,10 +169,10 @@ jobs:
169
169
170
170
- name : Print short SHA
171
171
id : sha
172
- run : echo "::set-output name= sha_short:: $(git rev-parse --short HEAD)"
172
+ run : echo "sha_short= $(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT "
173
173
174
174
- name : Publish Prerelease
175
- if : ${{ github.event_name = = 'pull_request ' }}
175
+ if : ${{ github.event_name != 'push' && github.ref ! = 'refs/heads/main ' }}
176
176
run : |
177
177
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
178
178
npm config set scope "@davesnx"
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ The report shows that **query-json** is between 2x and 5x faster than **jq** in
115
115
- Generic Object Index: ` .[< string> ]` ✅
116
116
- Array Index: ` .[2]` ✅
117
117
- Pipe: ` | ` ✅
118
- - Array/String Slice: ` .[10:15]` ⚠️
118
+ - Array/String Slice: ` .[10:15]` ✅
119
119
- Array/Object Value Iterator: ` .[]` ⚠️
120
120
- Comma: ` ,` ✅
121
121
- Parenthesis: ` ()` ✅️
You can’t perform that action at this time.
0 commit comments