We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d88f44 commit 1881b58Copy full SHA for 1881b58
.github/workflows/release_promote-lts.yml
@@ -38,6 +38,7 @@ jobs:
38
fetch-tags: true
39
show-progress: false
40
token: ${{ secrets.GH_DEPLOY_TOKEN }}
41
+ - run: git fetch origin --tags --depth=1
42
- uses: ./.github/actions/setup
43
with:
44
install: true
0 commit comments