mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-05-22 17:28:15 +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' }}
|
if: ${{ github.repository_owner == 'Laxilef' && github.ref == 'refs/heads/async' }}
|
||||||
|
|
||||||
steps:
|
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
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user