From 908e98a84982f9aa7fd08729a8ed4506f8c1619c Mon Sep 17 00:00:00 2001 From: Chris Thoburn Date: Fri, 23 Feb 2024 02:54:02 -0800 Subject: [PATCH] chore: debug CI tags --- .github/workflows/release_publish-beta.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_publish-beta.yml b/.github/workflows/release_publish-beta.yml index c83b280335b..ee1d3cb8f5e 100644 --- a/.github/workflows/release_publish-beta.yml +++ b/.github/workflows/release_publish-beta.yml @@ -54,8 +54,8 @@ jobs: fetch-depth: 3 ref: beta - run: git fetch origin main --depth=1 - - run: | - echo $(git tag -l) + - run: git fetch origin --tags --depth=1 + - run: git tag -l - name: Make sure git user is setup run: | git config --local user.email ${{ secrets.GH_DEPLOY_EMAIL }}