copy pasting is hard I guess

pull/1118/head
Willy 2023-02-03 19:37:29 +01:00
parent e5b8c01e6d
commit a900a95b5a
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
fi
else
echo "is_release=false" >> $GITHUB_OUTPUT
echo "is_prerelease=true" >> $GITHUB_OUTPUT
echo "is_prerelease=false" >> $GITHUB_OUTPUT
fi
# this will be v1.2.3 for on-tag builds and v1.2.3-numberofcommits-sha for off-tag builds
echo "version=$TAG" >> $GITHUB_OUTPUT