From a0abcc722924bfe130748824d903d21914ad7738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20Can=20Bak=C4=B1r?= Date: Thu, 21 Sep 2023 07:51:10 +0000 Subject: [PATCH] log commits --- .github/workflows/autorelease-tag.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autorelease-tag.yml b/.github/workflows/autorelease-tag.yml index f5600258..2c30aad0 100644 --- a/.github/workflows/autorelease-tag.yml +++ b/.github/workflows/autorelease-tag.yml @@ -45,7 +45,10 @@ jobs: fetch-depth: 0 - name: Pull latest changes - run: git pull origin HEAD:${{ github.ref }} + run: | + git log -1 + git pull + git log -1 - name: Get Commit Count id: get_commit