From 85fff5e30acfbb0ad117f72fab33d21922e727b0 Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:48:26 +0300 Subject: [PATCH 1/2] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77e72ca..72ac944 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telemt" -version = "3.0.5" +version = "3.0.4" edition = "2024" [dependencies] From f7a7fb94d4cc1ae5be25602f7881d1ff6d6f3054 Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:59:29 +0300 Subject: [PATCH 2/2] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bbf1b00..1e8d5a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,9 +120,9 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" # Commit and push changes - git add Cargo.toml Cargo.lock - git commit -m "chore: bump version to $VERSION" || echo "No changes to commit" - git push origin HEAD:main + #git add Cargo.toml Cargo.lock + #git commit -m "chore: bump version to $VERSION" || echo "No changes to commit" + #git push origin HEAD:main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}