mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-05-21 16:58:18 +05:00
chore(git): fix update of dev tag
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user