From a35606f0cef26aea1d713055c2652f0927212eed Mon Sep 17 00:00:00 2001 From: Jason Gerecke Date: Thu, 6 Jun 2024 14:05:09 -0700 Subject: [PATCH] TEST: FIX CHECKOUT? --- .github/workflows/tagged-release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 01e64012..8c7695d9 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -18,8 +18,10 @@ jobs: steps: # ... - - uses: actions/checkout@master - + - uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} + fetch-tags: 'true' - name: "Make Step" run: | ./autogen.sh