Skip to content

Commit 77d196b

Browse files
committed
chore: update chart version during the actions
1 parent b23733d commit 77d196b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/config/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ SPDX-License-Identifier: CC0-1.0
3636
],
3737
'@semantic-release/github'
3838
]
39-
};
39+
};

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
- name: Run Semantic Release
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55-
run: npx semantic-release --extends ./.github/config/release.js
55+
run: npx semantic-release --extends ./.github/config/release.js

0 commit comments

Comments
 (0)