From 982ce2a6b6f3a1c03101e9864ddb4ca193b91951 Mon Sep 17 00:00:00 2001 From: Matteo Morlacchi Date: Sun, 4 Aug 2024 17:30:28 +0200 Subject: [PATCH] ci: update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f042169..4d628d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git chekout master + git checkout master git merge $TAG_VERSION git push --tags - name: Release