fix extra quote
This commit is contained in:
parent
f9d2d89135
commit
65b7ecac7b
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -408,7 +408,7 @@ jobs:
|
|||||||
working-directory: dist
|
working-directory: dist
|
||||||
- name: Create or update Release
|
- name: Create or update Release
|
||||||
run: |
|
run: |
|
||||||
RELEASE_VERSION=$(echo ${GITHUB_REF_NAME} | cut -f1 -d-)"
|
RELEASE_VERSION="$(echo ${GITHUB_REF_NAME} | cut -f1 -d-)"
|
||||||
|
|
||||||
echo "Looking for existing release for ${RELEASE_VERSION}"
|
echo "Looking for existing release for ${RELEASE_VERSION}"
|
||||||
OLD_TAG=$(gh release ls --json name,tagName | jq -r ".[] | select(.name == \"${RELEASE_VERSION}\") | .tagName")
|
OLD_TAG=$(gh release ls --json name,tagName | jq -r ".[] | select(.name == \"${RELEASE_VERSION}\") | .tagName")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user