Update publish-release.yml
This commit is contained in:
parent
fc30f3e277
commit
5c58d06ac7
|
|
@ -23,8 +23,8 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
APP_VERSION=$(grep "^readonly VERSION" quickemu | cut -d'"' -f2)
|
||||
GIT_VERSION=$(git describe --tags | cut -d'-' -f1)
|
||||
APP_VERSION=latest
|
||||
GIT_VERSION=latest
|
||||
echo "App version: ${REL_VERSION}"
|
||||
echo "Git version: ${GIT_VERSION}"
|
||||
if [ "${APP_VERSION}" != "${GIT_VERSION}" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue