We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c3bdd1 + 2b84ff5 commit a80f66cCopy full SHA for a80f66c
1 file changed
.github/workflows/cicd-2-main-branch.yaml
@@ -80,6 +80,7 @@ jobs:
80
LATEST_TAG=$(gh release list \
81
--repo "${{ github.repository }}" \
82
--limit 1 \
83
+ --exclude-pre-releases \
84
--json tagName --jq '.[0].tagName' 2>/dev/null || echo "")
85
if [[ -z "$LATEST_TAG" ]]; then
86
echo "::error::No GitHub Release exists. Push a v* tag to create the first release."
0 commit comments