chore: allow test to work
parent
865880cdc6
commit
ac4ebd34bb
|
@ -129,6 +129,7 @@ jobs:
|
|||
- run: git tag | xargs git tag -d
|
||||
- name: Create fake tag
|
||||
run: "git tag -a 'v0.55.8' -m 'v0.55.8'"
|
||||
- run: "echo 'askjfhsadjkfh' > banana.txt"
|
||||
- run: "git add . && git commit -m 'fix: Added fake file so version will be bumped'"
|
||||
|
||||
- name: Generate changelog
|
||||
|
|
Loading…
Reference in New Issue