Fix the workflow using the wrong manifest file

This commit is contained in:
Oliver 2026-02-26 23:13:46 -07:00
parent b4c4532e87
commit eed8520cf0

View file

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