Update build.yml
This commit is contained in:
parent
6724f4d9ac
commit
8313499f2a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -168,11 +168,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="${{ steps.changelog_dev.outputs.description }}"" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "project_version=${{ steps.pakku_info.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="${{ steps.changelog.outputs.description }}"" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
- name: 📄 Format diff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue