Skip to content

Commit

Permalink
fix: add missing id
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Jun 28, 2024
1 parent b9e6b75 commit 351c37d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Get current version from bumpversion
id: get-version
run: |
version=$(cat .bumpversion.cfg | sed -nE 's/.*current_version = (.*)/\1/p')
echo $version
Expand Down

0 comments on commit 351c37d

Please sign in to comment.