From ed24583f24c76e8693df3012b8f53e7d3ff754b2 Mon Sep 17 00:00:00 2001 From: Roman Melnyk Date: Fri, 15 Dec 2023 13:20:11 +0200 Subject: [PATCH] fix sync commit (#87) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4d1c532..5aeb29d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -202,6 +202,6 @@ jobs: git checkout main cp -r ${CHART_PATH} ./charts/egressd git add charts/egressd - git commit -m "[egressd] Update egressd chart to ${{env.RELEASE_TAG}}" + git commit -m "Update egressd chart to ${{env.RELEASE_TAG}}" git push