From 042e80fd9396a677dc7ae4e9cbc10aadd035b75f Mon Sep 17 00:00:00 2001 From: Adrianmjim Date: Sun, 18 Feb 2024 16:47:21 +0100 Subject: [PATCH] fix(actions): Fix create release action --- .github/workflows/create_release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index f3e5b7c..a30375b 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -44,7 +44,6 @@ jobs: - name: Commit release run: | git checkout -b release/${{ steps.version.outputs.VERSION }} - git tag ${{ steps.version.outputs.VERSION }} git push origin release/${{ steps.version.outputs.VERSION }} git push --tags