Update build.yml
This commit is contained in:
parent
2a1b0bcad3
commit
8c53d5dd3c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -166,7 +166,7 @@ jobs:
|
|||
echo 'project_name=${{ steps.pakku_info.outputs.name }}' >> $GITHUB_OUTPUT
|
||||
echo "minecraft_version=$(echo ${{ steps.pakku_lock_info.outputs.mc_versions }} | jq -r '.[]')" >> $GITHUB_OUTPUT
|
||||
|
||||
f [[ "${{ env.DEV_ENVIRONMENT }}" == "true" && "${{ steps.changelog.outcome }}" == "failure" ]]; then
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue