Skip to content

Commit 908e98a

Browse files
committed
chore: debug CI tags
1 parent 448d094 commit 908e98a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_publish-beta.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
fetch-depth: 3
5555
ref: beta
5656
- run: git fetch origin main --depth=1
57-
- run: |
58-
echo $(git tag -l)
57+
- run: git fetch origin --tags --depth=1
58+
- run: git tag -l
5959
- name: Make sure git user is setup
6060
run: |
6161
git config --local user.email ${{ secrets.GH_DEPLOY_EMAIL }}

0 commit comments

Comments
 (0)