chore: namings
This commit is contained in:
parent
f3d2757101
commit
b16fdb0915
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -20,9 +20,7 @@ jobs:
|
||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
npm ci && npm run build
|
||||
git add . && git commit -am 'build(index.js): build'
|
||||
run: npm ci && npm run build
|
||||
|
||||
- name: Bump version and push tag
|
||||
id: changelog
|
||||
|
@ -118,7 +118,7 @@ export async function main(): Promise<any> {
|
||||
|
||||
await git.add(OUTPUT_FILENAME);
|
||||
|
||||
await git.commit(`chore(${OUTPUT_FILENAME}): updated list`);
|
||||
await git.commit(`chore(${OUTPUT_FILENAME}): updated ${OUTPUT_FILENAME}`);
|
||||
|
||||
await git.push();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user