mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
ci: always use version from package.json from ci (#855)
This commit is contained in:
2
.github/workflows/distribute-debian.yml
vendored
2
.github/workflows/distribute-debian.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
- name: Parse version
|
||||
id: parse_version
|
||||
run: echo VERSION=`grep "VERSION = " ./BUILD | cut -d"\"" -f2 | cut -d"-" -f1` >> $GITHUB_OUTPUT
|
||||
run: echo VERSION=`jq .version package.json -r` >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Extract Flood tarball
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user