From 8e31b76e19654d30a8d221d0d7b2d13434683543 Mon Sep 17 00:00:00 2001 From: Akalanka Date: Sun, 15 Oct 2023 12:11:59 +0530 Subject: [PATCH] Fix: ci sync release step --- .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 9d35028..000385c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: git config pull.ff true git add . && git commit -m "CI: @sliit-foss/automatic-versioning - sync release" || true git tag $tag || true - git pull --rebase && git push origin --tags + git pull --rebase && git push origin echo "tag=$tag" >> $GITHUB_OUTPUT - name: Create release on GitHub 📝