Data Request API helper #10

Merged
Oliver merged 94 commits from feat/data-requests into main 2025-11-22 02:51:15 +00:00
Showing only changes of commit 760009c9ba - Show all commits

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