mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
wiki: fetch all objects to determine tag (#2081)
This commit is contained in:
2
.github/workflows/wiki.yml
vendored
2
.github/workflows/wiki.yml
vendored
@@ -24,6 +24,8 @@ jobs:
|
||||
with:
|
||||
repository: ${{github.repository}}
|
||||
path: ${{github.repository}}
|
||||
fetch-depth: 0 # fetch history & tags to determine stable version
|
||||
fetch-tags: true
|
||||
|
||||
- name: Checkout Wiki
|
||||
uses: actions/checkout@v6
|
||||
|
||||
Reference in New Issue
Block a user