Fix workflow (#1815)

This commit is contained in:
NonPIayerCharacter 2025-09-29 09:59:52 +03:00 committed by GitHub
parent 6083ddfca5
commit cd17fbf7f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,6 @@ jobs:
export VERSION=${BRANCHTRANSLATED}_$(git rev-parse --short=12 HEAD)
echo "short_ref=${BRANCHTRANSLATED}" >> $GITHUB_OUTPUT
echo "sha_short=SHA-$(git rev-parse --short=12 HEAD)" >> $GITHUB_OUTPUT
echo "version=${VERSION}" >> $GITHUB_OUTPUT
- name: Semantic Release
id: semantic
if: github.ref == 'refs/heads/main' || github.ref_name == 'alpha'
@ -57,6 +56,9 @@ jobs:
export VERSION=${BRANCHTRANSLATED}_$(git rev-parse --short=12 HEAD)
fi
echo "new_release=${{ steps.semantic.outputs.new_release_published }}" >> $GITHUB_OUTPUT
- name: Set version
id: refs_version
run: |
echo "version=${VERSION}" >> $GITHUB_OUTPUT
build2: