mirror of
https://github.com/jimeh/casecmp.git
synced 2026-02-19 02:16:40 +00:00
ci(chart): try again to make release-please update Chart.yaml correctly
This commit is contained in:
8
.github/release-please-config.json
vendored
8
.github/release-please-config.json
vendored
@@ -9,11 +9,15 @@
|
|||||||
"always-update": true,
|
"always-update": true,
|
||||||
"prerelease": false,
|
"prerelease": false,
|
||||||
"extra-files": [
|
"extra-files": [
|
||||||
"chart/Chart.yaml",
|
|
||||||
{
|
{
|
||||||
"type": "yaml",
|
"type": "yaml",
|
||||||
"path": "chart/Chart.yaml",
|
"path": "chart/Chart.yaml",
|
||||||
"jsonpath": "$.appVersion"
|
"jsonpath": "appVersion"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "yaml",
|
||||||
|
"path": "chart/Chart.yaml",
|
||||||
|
"jsonpath": "version"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -4,7 +4,6 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: build
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -32,7 +31,6 @@ jobs:
|
|||||||
run: helm template chart
|
run: helm template chart
|
||||||
|
|
||||||
release-please:
|
release-please:
|
||||||
name: Release Please
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: startsWith(github.ref, 'refs/heads/')
|
if: startsWith(github.ref, 'refs/heads/')
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user