mirror of
https://github.com/NotAShelf/go-cdn.git
synced 2024-11-01 08:01:13 +00:00
try to fix CI
This commit is contained in:
parent
e5feb4a2fc
commit
18babf7f6c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@latest
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: git fetch --force --tags
|
||||
|
|
Loading…
Reference in a new issue