We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6acf22 commit 6dce164Copy full SHA for 6dce164
.github/workflows/branch_preparation.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Modify the chart version based on the tag
29
run: |
30
tag=${{ github.ref_name }}
31
- 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
32
33
- name: Create Pull Request to release
34
if: ${{ env.BASE }}
0 commit comments