From cef6194d14f351bb0f03dfa9a0979f3c76a6985b Mon Sep 17 00:00:00 2001 From: Alex Lovell-Troy Date: Mon, 29 Jan 2024 17:46:51 -0500 Subject: [PATCH] revert ref specification --- .github/workflows/auto-tag.yml | 1 - 1 file changed, 1 deletion(-) 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