From 09aaaa9e3ae70eefcc86eb6455d3c2b3b1e4bc5c Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Mon, 25 Apr 2022 16:28:41 +0200 Subject: [PATCH] Fix release script --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 501b21e..e22c526 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,7 @@ jobs: set -x sed -i "s/version = .*/version = \"${RELEASE_VERSION}\"/" version.go sed -i "s/version: .*/version: ${RELEASE_VERSION}/" snap/snapcraft.yaml + git add version.go snap/snapcraft.yaml git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions" git commit -m "Release RELEASE_VERSION"