fetch tags with another way
All checks were successful
Build and Package OPKG / Build for aarch64-3.10 (push) Successful in 43s
Build and Package OPKG / Build for armv5-3.2 (push) Successful in 44s
Build and Package OPKG / Build for armv7-2.6 (push) Successful in 46s
Build and Package OPKG / Build for armv7-3.2 (push) Successful in 43s
Build and Package OPKG / Build for mips-3.4 (push) Successful in 43s
Build and Package OPKG / Build for mipsel-3.4 (push) Successful in 45s

This commit is contained in:
Vladimir Avtsenov 2025-02-14 00:51:31 +03:00
parent 41a25ad095
commit f50101ac97

View File

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