We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb85c12 commit 959ece4Copy full SHA for 959ece4
.github/workflows/release_publish-stable.yml
@@ -67,6 +67,7 @@ jobs:
67
ref: release
68
## Ensure we have a copy of the source branch
69
- run: git fetch origin ${{ github.event.inputs.source-branch }} --depth=1
70
+ - run: git fetch origin --tags --depth=1
71
- name: Make sure git user is setup
72
run: |
73
git config --local user.email ${{ secrets.GH_DEPLOY_EMAIL }}
0 commit comments