Update build.yml
This commit is contained in:
parent
c7b12a6dcb
commit
258f2f501d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
name: 🖥️ Project Info
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
project_version: ${{ steps.pakku_info.outputs.version }}
|
||||
project_version: ${{ steps.check_changelog.outputs.version }}
|
||||
project_name: ${{ steps.pakku_info.outputs.name }}
|
||||
project_full_name: ${{ steps.pakku_info.outputs.name }}-${{ steps.pakku_info.outputs.version }}
|
||||
changelog: ${{ steps.changelog.outputs.description }}
|
||||
|
|
@ -166,7 +166,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
if [ ${{ steps.changelog.outcome }} == 'failure' ]; then
|
||||
echo "version=unreleased" >> $GITHUB_OUTPUT
|
||||
echo "version=${{ github.run_number }}" >> $GITHUB_OUTPUT
|
||||
echo "status=Unreleased" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "version=${{ steps.changelog.outputs.version }}" >> $GITHUB_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue