We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908e98a commit d480574Copy full SHA for d480574
.github/workflows/release_publish-beta.yml
@@ -55,7 +55,6 @@ jobs:
55
ref: beta
56
- run: git fetch origin main --depth=1
57
- run: git fetch origin --tags --depth=1
58
- - run: 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