Skip to content

Commit

Permalink
fix: echo instead of cat
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Jun 28, 2024
1 parent 924e0e1 commit ce1cf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Get current version from bumpversion
run: |
version=$(cat .bumpversion.cfg | sed -nE 's/.*current_version = (.*)/\1/p')
cat $version
echo $version
echo "version=$version" >> GITHUB_OUTPUT
shell: bash

Expand Down

0 comments on commit ce1cf42

Please sign in to comment.