Skip to content

Commit

Permalink
fix: add manifest and config
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Jun 28, 2024
1 parent 733da63 commit f5feb7f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"chart/tailscale-derp": "0.2.0"
}
7 changes: 7 additions & 0 deletions .github/release-please-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"packages": {
"chart/tailscale-derp": {
"release-type": "helm"
}
}
}
2 changes: 2 additions & 0 deletions .github/workflows/charts-release-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
release-type: helm
path: chart/tailscale-derp
skip-github-pull-request: true
config-file: .github/release-please-config.json
manifest-file: .github/.release-please-manifest.json

# - name: Package & Push Helm Charts
# shell: bash
Expand Down

0 comments on commit f5feb7f

Please sign in to comment.