diff --git a/.github/workflows/branch_preparation.yml b/.github/workflows/branch_preparation.yml index 10a59ff2..aef2e2f8 100644 --- a/.github/workflows/branch_preparation.yml +++ b/.github/workflows/branch_preparation.yml @@ -26,7 +26,7 @@ jobs: - name: Modify the chart version based on the tag run: | tag=${{ github.ref_name }} - echo "BASE=$(nix-shell --pure --run "./scripts/update-chart-version.sh --tag $tag" ./shell.nix)" >> $GITHUB_ENV + echo "BASE=$(nix-shell --pure --run "./scripts/update-chart-version.sh --tag $tag" ./shell.nix | tail -n 1)" >> $GITHUB_ENV - name: Create Pull Request to release if: ${{ env.BASE }} id: cpr