Remove name from version extraction

This commit is contained in:
Oliver 2025-11-16 14:05:38 -07:00
parent 07a55e9064
commit 760009c9ba

View file

@ -10,8 +10,7 @@ jobs:
- name: Install dependencies
run: npm clean-install
- name: Extract version from manifest
id: version
- id: version
run: cat system.json | echo version=`jq -r ".version"` >> "$FORGEJO_OUTPUT"
- name: Assert that the tag doesn't exist