Skip to content

Commit fd51d18

Browse files
committed
fix: chart auth
1 parent 4a38d77 commit fd51d18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exports.plugins = [
1818
}],
1919
"@semantic-release/changelog",
2020
["@semantic-release/npm", { "npmPublish": false }],
21-
["@semantic-release/exec", { "prepareCmd": "HELM_VERSION=3.8.0 ./scripts/sync-charts.sh" }],
21+
["@semantic-release/exec", { "prepareCmd": "HELM_VERSION=3.14.3 ./scripts/sync-charts.sh" }],
2222
"@semantic-release/git",
2323
"@semantic-release/github"
2424
]

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ blocks:
4646
- name: release
4747
commands:
4848
- sudo snap install google-cloud-cli --classic
49-
- gcloud auth activate-service-account --key-file=~/.matic-ninja.json
49+
- gcloud auth activate-service-account --key-file ~/.matic-ninja.json
5050
- pnpm semantic-release

0 commit comments

Comments
 (0)