Update build.yml
This commit is contained in:
parent
1231cd4d80
commit
aef4de08a5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -169,11 +169,11 @@ 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=${{ steps.changelog_dev.outputs.description }}' >> $GITHUB_OUTPUT
|
||||
echo "changelog=$(echo ${{ steps.changelog_dev.outputs.description }} | sed 's/$/\\n/g')" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo 'project_version=${{ steps.changelog.outputs.version }}' >> $GITHUB_OUTPUT
|
||||
echo 'release_type=${{ steps.pakku_info.outputs.release_type }}' >> $GITHUB_OUTPUT
|
||||
echo 'changelog=${{ steps.changelog.outputs.description }}' >> $GITHUB_OUTPUT
|
||||
echo "changelog=$(echo ${{ steps.changelog.outputs.description }} | sed 's/$/\\n/g')" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
- name: 📄 Format diff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue