mirror of https://github.com/jetkvm/kvm.git
chore: remove unnecessary actions
This commit is contained in:
parent
0e65c0a9a9
commit
57fbee1490
|
@ -59,10 +59,6 @@ jobs:
|
||||||
git config --local user.name "github-actions[bot]"
|
git config --local user.name "github-actions[bot]"
|
||||||
git checkout -b ${BRANCH}
|
git checkout -b ${BRANCH}
|
||||||
git push -u origin ${BRANCH}
|
git push -u origin ${BRANCH}
|
||||||
sed -i "s/var builtAppVersion = \".*\"/var builtAppVersion = \"${REF:11}\"/" ota.go
|
|
||||||
git add ota.go
|
|
||||||
git commit -m "bump version for release"
|
|
||||||
git push
|
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
|
Loading…
Reference in New Issue