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