Skip to content

Commit ac8b79f

Browse files
author
Sophia Marie Terry
committed
attempt fix jq logic
1 parent 1f3a8ea commit ac8b79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ipa-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check Version Bump
2323
id: version_check
2424
run: |
25-
current_version=$(jq -r '.version' package.json)
25+
current_version=$(jq '.version' package.json)
2626
echo "Current version: $current_version"
2727
2828
git fetch --tags

0 commit comments

Comments
 (0)