diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index c5a0116..b40d81a 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -51,7 +51,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.merge_commit_sha }} fetch-tags: 1 fetch-depth: 1 - name: Release with goreleaser