Skip to content

Commit

Permalink
ci(helm-release): Stop releasing only to test 1
Browse files Browse the repository at this point in the history
fix gh-7
  • Loading branch information
Piwero committed Jun 1, 2024
1 parent 3ac8521 commit 84b7425
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .releaserc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module.exports = {
"branches": [
"main"
Expand All @@ -12,12 +11,6 @@ module.exports = {
"changelogFile": "CHANGELOG.md"
}
],
[
'semantic-release-helm3',
{
chartPath: 'charts/test-1',
onlyUpdateVersion: true,
}
]
'semantic-release-helm3',
]
}

0 comments on commit 84b7425

Please sign in to comment.