updated ci
All checks were successful
Testing Example / build-and-test (push) Successful in 2m3s

This commit is contained in:
SnippetsX 2024-11-19 20:09:35 +03:00
parent 4417df86a2
commit bb8f29fcc0

View File

@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: npm install
name: Export version from metadata.json
- name: Export version from metadata.json
run: |
VERSION=$(jq -r '"\(.buildMajor).\(.buildMinor).\(.buildRevision)-\(.buildTag)"' src/metadata.json)
echo "VERSION=$VERSION" >> $GITHUB_ENV