Data Request API helper #10
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue