Skip to content

Commit

Permalink
Readds version setting after removing it (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivrij authored Jun 26, 2023
1 parent 5107048 commit a89cf26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
helm lint ./helm/ri-zgw
- name: helm package
run: |
VERSION=$(echo "$GITHUB_REF_NAME" | sed 's/v//')
helm package ./helm/ri-zgw --version $VERSION
- name: helm push
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit a89cf26

Please sign in to comment.