Skip to content

Commit 7c5b735

Browse files
authored
ファイルそのまま渡せばいいじゃん… (#269)
1 parent 770c9f8 commit 7c5b735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: validate
1717
run: |
1818
VERSION="${{ github.ref_name }}"
19-
< ./src/VoicevoxCoreSharp.Core.Unity/package.json | jq -e ".version == \"$VERSION\""
19+
jq -e ".version == \"$VERSION\"" ./src/VoicevoxCoreSharp.Core.Unity/package.json
2020
- name: Delete tag on validation failure
2121
if: failure()
2222
run: |

0 commit comments

Comments
 (0)