We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba23e1 commit 448d094Copy full SHA for 448d094
.github/workflows/release_publish-beta.yml
@@ -54,6 +54,8 @@ jobs:
54
fetch-depth: 3
55
ref: beta
56
- run: git fetch origin main --depth=1
57
+ - run: |
58
+ echo $(git tag -l)
59
- name: Make sure git user is setup
60
run: |
61
git config --local user.email ${{ secrets.GH_DEPLOY_EMAIL }}
0 commit comments