chore: remove unnecessary actions

This commit is contained in:
Scai 2025-01-08 00:51:44 +00:00
parent 0e65c0a9a9
commit 57fbee1490
1 changed files with 0 additions and 4 deletions

View File

@ -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