chore(git): fix update of dev tag

This commit is contained in:
Yurii
2026-05-21 13:27:38 +03:00
parent bb6b3f1854
commit 69116aa3d2
+11
View File
@@ -121,6 +121,17 @@ jobs:
if: ${{ github.repository_owner == 'Laxilef' && github.ref == 'refs/heads/async' }}
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Move dev tag
run: |
git fetch --tags
git tag -f dev
git push origin refs/tags/dev --force
- name: Download artifacts
uses: actions/download-artifact@v5
with: