Update build.yml
This commit is contained in:
parent
05d9a47e6d
commit
943a3b2c0c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -169,7 +169,7 @@ jobs:
|
|||
if ${{ env.DEV_ENVIRONMENT == 'true' && steps.changelog.outcome == 'failure' }}; then
|
||||
echo "project_version=build_#${{ github.run_number }}" >> $GITHUB_OUTPUT
|
||||
echo "release_type=Unreleased" >> $GITHUB_OUTPUT
|
||||
echo "changelog=$(echo ${{ steps.changelog_dev.outputs.description }} | sed 's/$/\\n/g')" >> $GITHUB_OUTPUT
|
||||
echo "changelog=${{ steps.changelog_dev.outputs.description }}" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "project_version=${{ steps.changelog.outputs.version }}" >> $GITHUB_OUTPUT
|
||||
echo "release_type=${{ steps.pakku_info.outputs.release_type }}" >> $GITHUB_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue