Try using a different output method

This commit is contained in:
Oliver 2025-11-16 11:01:08 -07:00
parent 2eeeae9eef
commit 5b63688834
2 changed files with 5 additions and 4 deletions

View file

@ -16,10 +16,10 @@ jobs:
id: version
run: cat system.json | echo version=`jq -r ".version"`
# - name: Assert that the tag doesn't exist
# run: node scripts/tagExists.mjs
# env:
# TAG_NAME: ${{steps.version.output.version}}
- name: Assert that the tag doesn't exist
run: node scripts/tagExists.mjs
env:
TAG_NAME: "v${{steps.version.output.version}}"
# - name: Build compendia
# run: "npm run data:build"