chore: add build version to build commit
This commit is contained in:
parent
d2ab4745c2
commit
4704e1964d
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
|||||||
if ! git diff --quiet; then
|
if ! git diff --quiet; then
|
||||||
git config --global user.email "<>"
|
git config --global user.email "<>"
|
||||||
git config --global user.name "MarkedJS bot"
|
git config --global user.name "MarkedJS bot"
|
||||||
git commit -am "🗜️ build [skip ci]"
|
git commit -am "🗜️ build v$SEMANTIC_RELEASE_NEXT_VERSION [skip ci]"
|
||||||
fi
|
fi
|
||||||
- name: Release 🎉
|
- name: Release 🎉
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user