Skip to content

Commit

Permalink
Merge pull request #87 from uptick/dev-930/automate-gitops-releases-w…
Browse files Browse the repository at this point in the history
…ith-release-please

Fix release-please config
  • Loading branch information
mdesouky authored Nov 15, 2024
2 parents 34b5e2c + 0709c89 commit ff2a94e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
helm-version: ${{ steps.release.outputs['charts/gitops--tag_name'] }}
sha: ${{ steps.release.outputs.sha }}
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release
with: {}
publish_helm_chart:
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"changelog-path": "gitops_server/CHANGELOG.md",
"extra-files": [
{
"type": "helm",
"type": "yaml",
"path": "charts/gitops/chart.yaml"
}
]
Expand Down

0 comments on commit ff2a94e

Please sign in to comment.