Skip to content

Commit 1382484

Browse files
committed
ci: add publish script
1 parent f7708a1 commit 1382484

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
commit: 'chore(release): bump version'
3434
title: 'Release HyperDX Helm Charts'
3535
version: yarn run version
36+
publish: yarn run release
3637
env:
3738
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3839
- name: Run chart-releaser job

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "helm-charts",
33
"version": "0.5.2",
4+
"private": true,
45
"main": "index.js",
56
"repository": "[email protected]:hyperdxio/helm-charts.git",
67
"author": "HyperDX",
78
"license": "MIT",
89
"scripts": {
9-
"release": "changeset publish",
10+
"release": "npx changeset tag && npx changeset publish",
1011
"version": "changeset version && npm run update-chart-versions",
1112
"update-chart-versions": "node scripts/update-chart-versions.js"
1213
},

0 commit comments

Comments
 (0)