Skip to content

Commit 448d094

Browse files
committed
chore: debug CI
1 parent cba23e1 commit 448d094

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release_publish-beta.yml

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +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)
5759
- name: Make sure git user is setup
5860
run: |
5961
git config --local user.email ${{ secrets.GH_DEPLOY_EMAIL }}

0 commit comments

Comments
 (0)