Read the correct manifest file
This commit is contained in:
parent
cf800f0a51
commit
033be40e80
1 changed files with 1 additions and 1 deletions
2
.github/workflows/draft-release.yaml
vendored
2
.github/workflows/draft-release.yaml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
- name: Reading the system.json for the version
|
||||
id: "version"
|
||||
run: cat prod.dist/system.json | echo version=`jq -r ".version"` >> "$GITHUB_OUTPUT"
|
||||
run: cat prod.dist/module.json | echo version=`jq -r ".version"` >> "$GITHUB_OUTPUT"
|
||||
|
||||
# Check that tag doesn't exist
|
||||
- uses: mukunku/tag-exists-action@v1.5.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue