fetch tags directly
Some checks failed
Build and Package OPKG / Build for armv7-3.2 (push) Waiting to run
Build and Package OPKG / Build for mipsel-3.4 (push) Waiting to run
Build and Package OPKG / Build for armv5-3.2 (push) Successful in 41s
Build and Package OPKG / Build for mips-3.4 (push) Waiting to run
Build and Package OPKG / Build for aarch64-3.10 (push) Successful in 49s
Build and Package OPKG / Build for armv7-2.6 (push) Has been cancelled

This commit is contained in:
Vladimir Avtsenov 2025-02-14 00:49:54 +03:00
parent 1063815a10
commit 41a25ad095

View File

@ -38,8 +38,9 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-tags: true - name: Fetch tags
run: git fetch --prune --unshallow --tags
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5