Skip to content

Commit

Permalink
Fix release pipeline (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 authored Jun 27, 2024
1 parent 9c97859 commit e6b8838
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish-release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,20 @@ jobs:
with:
commit_message: Update Logprep chart versions
branch: main
tagging_message: ${{ github.ref_name }}
push_options: "--force"
# Optional glob pattern of files which should be added to the commit
# Defaults to all (.)
# See the `pathspec`-documentation for git
# - https://git-scm.com/docs/git-add#Documentation/git-add.txt-ltpathspecgt82308203
# - https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec
file_pattern: "charts/logprep/Chart.yaml"

- name: update release tag
uses: rickstaa/action-create-tag@v1
id: "tag_update"
with:
tag: ${{ github.ref_name }}
force_push_tag: true

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
env:
Expand Down

0 comments on commit e6b8838

Please sign in to comment.