From 01f762c205248bec01d7aa7a117a1c9c9094d361 Mon Sep 17 00:00:00 2001 From: khalifaa55 Date: Thu, 23 Jan 2025 16:51:01 +0200 Subject: [PATCH] fix: run pre-commit --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 128b261..25e3078 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -176,14 +176,14 @@ jobs: # Get the new version from commitizen new_version="$(cz version --project)" - + current_branch="$(git branch --show-current)" remote_repo="https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" - + echo "Pull and push..." git pull "$remote_repo" "$current_branch" git push "$remote_repo" "HEAD:${current_branch}" --tags - + # Output version number for next steps echo "version=${new_version}" >> $GITHUB_OUTPUT @@ -196,4 +196,4 @@ jobs: prerelease: true generate_release_notes: true env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}