ci: Updated test file
parent
8b503dcc9f
commit
d55112e04c
|
@ -13,6 +13,8 @@ jobs:
|
||||||
- run: npm ci --prod
|
- run: npm ci --prod
|
||||||
|
|
||||||
- run: touch ./fake-file.log
|
- run: touch ./fake-file.log
|
||||||
|
- run: "git config --global user.email 'changelog@github.com'"
|
||||||
|
- run: "git config --global user.name 'Awesome Github action'"
|
||||||
- run: "git add . && git commit -m 'feat: Added fake file so version will be bumped'"
|
- run: "git add . && git commit -m 'feat: Added fake file so version will be bumped'"
|
||||||
|
|
||||||
- name: Generate changelog
|
- name: Generate changelog
|
||||||
|
|
Loading…
Reference in New Issue