We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0972ae5 commit 30ae875Copy full SHA for 30ae875
.github/workflows/mirror.yml
@@ -20,6 +20,7 @@ jobs:
20
with:
21
fetch-depth: 0
22
persist-credentials: false
23
+ fetch-tags: 'true'
24
- name: Mirror
25
env:
26
MR_PAT: ${{ secrets.MR_PAT }}
@@ -28,4 +29,4 @@ jobs:
28
29
git remote add mirror https://x-access-token:${MR_PAT}@github.com/jetbrains/qodana-cli-ci.git
30
git push --force mirror main
31
git push --force mirror '2*'
- git push --force --tags mirror
32
+ git push --force mirror --tags
0 commit comments