Skip to content

Commit 30ae875

Browse files
committed
🧱 Fix mirroring tags
1 parent 0972ae5 commit 30ae875

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mirror.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
persist-credentials: false
23+
fetch-tags: 'true'
2324
- name: Mirror
2425
env:
2526
MR_PAT: ${{ secrets.MR_PAT }}
@@ -28,4 +29,4 @@ jobs:
2829
git remote add mirror https://x-access-token:${MR_PAT}@github.com/jetbrains/qodana-cli-ci.git
2930
git push --force mirror main
3031
git push --force mirror '2*'
31-
git push --force --tags mirror
32+
git push --force mirror --tags

0 commit comments

Comments
 (0)