From caf4c51cbc440ef5cc1c6376f6eaa610ed2ee1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20Can=20Bak=C4=B1r?= Date: Thu, 21 Sep 2023 08:11:36 +0000 Subject: [PATCH] revert changes --- .github/workflows/autorelease-tag.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/autorelease-tag.yml b/.github/workflows/autorelease-tag.yml index 2c30aad..6ced4b8 100644 --- a/.github/workflows/autorelease-tag.yml +++ b/.github/workflows/autorelease-tag.yml @@ -44,12 +44,6 @@ jobs: with: fetch-depth: 0 - - name: Pull latest changes - run: | - git log -1 - git pull - git log -1 - - name: Get Commit Count id: get_commit run: git rev-list `git rev-list --tags --no-walk --max-count=1`..HEAD --count | xargs -I {} echo COMMIT_COUNT={} >> $GITHUB_OUTPUT