There was an error while loading. Please reload this page.
1 parent 08fa270 commit c2b0105Copy full SHA for c2b0105
1 file changed
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Check for a new release tag at this commit
97
id: check
98
run: |
99
- VERSION=$(node -p "require('./packages/linting/vscode/package.json').version")
+ VERSION=$(jq -r '.version' packages/linting/vscode/package.json)
100
TAG="fusion-ts-lint-vscode@${VERSION}"
101
TAG_SHA=$(git rev-list -n 1 "$TAG" 2>/dev/null || echo "")
102
if [ "$TAG_SHA" = "$GITHUB_SHA" ]; then
0 commit comments