Try using a variable directly instead of environment variable

This commit is contained in:
Oliver 2025-11-16 11:05:42 -07:00
parent 5b63688834
commit 0179121c87

View file

@ -14,7 +14,7 @@ jobs:
- name: Extract version from manifest - name: Extract version from manifest
id: version id: version
run: cat system.json | echo version=`jq -r ".version"` run: cat system.json | echo version=`jq -r ".version"` >> "${{env.FORGEJO_OUTPUT}}"
- name: Assert that the tag doesn't exist - name: Assert that the tag doesn't exist
run: node scripts/tagExists.mjs run: node scripts/tagExists.mjs