mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2025-10-29 11:33:20 +00:00
Fix workflow (#1815)
This commit is contained in:
parent
6083ddfca5
commit
cd17fbf7f5
4
.github/workflows/workflow.yaml
vendored
4
.github/workflows/workflow.yaml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user