fetch tags
Some checks failed
Build and Package OPKG / Build aarch64 (push) Successful in 41s
Build and Package OPKG / Build armv7 (push) Has been cancelled
Build and Package OPKG / Build mips (push) Has been cancelled
Build and Package OPKG / Build mipsel (push) Has been cancelled
Build and Package OPKG / Build armv5 (push) Has been cancelled

This commit is contained in:
Vladimir Avtsenov 2025-02-14 00:02:28 +03:00
parent 25f2821409
commit 1a47e0f817

View File

@ -35,6 +35,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-tags: 1
- name: Set up Go
uses: actions/setup-go@v5