We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770c9f8 commit 7c5b735Copy full SHA for 7c5b735
1 file changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
id: validate
17
run: |
18
VERSION="${{ github.ref_name }}"
19
- < ./src/VoicevoxCoreSharp.Core.Unity/package.json | jq -e ".version == \"$VERSION\""
+ jq -e ".version == \"$VERSION\"" ./src/VoicevoxCoreSharp.Core.Unity/package.json
20
- name: Delete tag on validation failure
21
if: failure()
22
0 commit comments