From 1c76b416251e7891007b8132f97a2a8f1bccb111 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 3 Nov 2023 19:06:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Release=20Workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a92145dc..56e89e6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-tags: true + ref: ${{ github.ref }} - name: Setup go uses: actions/setup-go@v4