From 57fbee1490c6b36df4c915e3c3d4591ecd74a400 Mon Sep 17 00:00:00 2001 From: Scai <59282365+alexevladgabriel@users.noreply.github.com> Date: Wed, 8 Jan 2025 00:51:44 +0000 Subject: [PATCH] chore: remove unnecessary actions --- .github/workflows/release.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c9ea4cd..eea90dd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,10 +59,6 @@ jobs: git config --local user.name "github-actions[bot]" git checkout -b ${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 id: create_release