Skip to content

Commit

Permalink
chore: debug CI tags
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Feb 23, 2024
1 parent 448d094 commit 908e98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 908e98a

Please sign in to comment.