Skip to content

Commit

Permalink
Fix release pipeline (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Jun 27, 2024
1 parent 128b397 commit 9c97859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ 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"
tagging_message: ${{ github.ref_name }}
push_options: "--force"

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

0 comments on commit 9c97859

Please sign in to comment.