Skip to content

Commit 6dce164

Browse files
ci: fix the BASE env input (#252)
Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>
1 parent f6acf22 commit 6dce164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch_preparation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Modify the chart version based on the tag
2929
run: |
3030
tag=${{ github.ref_name }}
31-
echo "BASE=$(nix-shell --pure --run "./scripts/update-chart-version.sh --tag $tag" ./shell.nix)" >> $GITHUB_ENV
31+
echo "BASE=$(nix-shell --pure --run "./scripts/update-chart-version.sh --tag $tag" ./shell.nix | tail -n 1)" >> $GITHUB_ENV
3232
3333
- name: Create Pull Request to release
3434
if: ${{ env.BASE }}

0 commit comments

Comments
 (0)