From 41979c525e0d2ed2d9a135e00cd65d7488b01986 Mon Sep 17 00:00:00 2001 From: Dave-Barcelo Date: Mon, 8 Jan 2024 17:34:28 -0500 Subject: [PATCH] Experimenting with autotagging... --- .github/workflows/release-auto.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-auto.yml b/.github/workflows/release-auto.yml index fb3ada68..89fd08a5 100644 --- a/.github/workflows/release-auto.yml +++ b/.github/workflows/release-auto.yml @@ -42,6 +42,8 @@ jobs: goreleaser: runs-on: ubuntu-latest + needs: + - get_pull_request steps: - name: Checkout uses: actions/checkout@v2