Fix the workflow using the wrong manifest file
This commit is contained in:
parent
b4c4532e87
commit
eed8520cf0
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
run: npm clean-install
|
||||
|
||||
- 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
|
||||
run: node scripts/src/tagExists.mjs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue