We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4006e6a commit 36ac73fCopy full SHA for 36ac73f
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
echo "$(dpkg-parsechangelog -S Changes)" >> $GITHUB_ENV
53
echo '```' >> $GITHUB_ENV
54
echo "EOF" >> $GITHUB_ENV
55
- if [[ -n "$(git tag -l "$version")" ]]
+ if [[ -z "$(git tag -l "$version")" ]]
56
then
57
echo "distro=UNRELEASED" >> $GITHUB_ENV
58
else
0 commit comments