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') }}
|
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: npm ci && npm run build
|
||||||
npm ci && npm run build
|
|
||||||
git add . && git commit -am 'build(index.js): build'
|
|
||||||
|
|
||||||
- name: Bump version and push tag
|
- name: Bump version and push tag
|
||||||
id: changelog
|
id: changelog
|
||||||
|
@ -118,7 +118,7 @@ export async function main(): Promise<any> {
|
|||||||
|
|
||||||
await git.add(OUTPUT_FILENAME);
|
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();
|
await git.push();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user