mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-25 09:53:28 +03:00
fix: don't recreate release [skip ci]
This commit is contained in:
parent
04f80fcd48
commit
a549e0bdad
@ -18,7 +18,7 @@ fi
|
||||
|
||||
npm install -g github-release-cli
|
||||
|
||||
if [[ $( gh release view "${RELEASE_VERSION}" 2>&1 ) =~ "release not found" ]]; then
|
||||
if [[ $( gh release view --repo "${OWNER}/${REPOSITORY}" "${RELEASE_VERSION}" 2>&1 ) =~ "release not found" ]]; then
|
||||
echo "Creating release '${RELEASE_VERSION}'"
|
||||
gh release create --repo "${OWNER}/${REPOSITORY}" "${RELEASE_VERSION}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user