Update build.yml

This commit is contained in:
Xikaro
2025-04-19 02:45:22 +05:00
parent bf4b124c8a
commit 6638cba2d2

View File

@@ -145,7 +145,7 @@ jobs:
id: determine_version
shell: bash
run: |
if [ ${{ env.DEV_ENVIRONMENT }} || steps.pakku_info.outputs.version ]; then
if [ ${{ env.DEV_ENVIRONMENT }} ]; then
echo "version=unreleased" >> $GITHUB_OUTPUT
else
echo "version=${{ steps.pakku_info.outputs.version }}" >> $GITHUB_OUTPUT