mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
Fix for Release CI
This commit is contained in:
@@ -23,8 +23,9 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 1 # fix for when this gets triggered by tag
|
fetch-depth: 3 # fix for when this gets triggered by tag
|
||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
|
ref: ${{ github.ref }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Determine final version
|
- name: Determine final version
|
||||||
|
|||||||
Reference in New Issue
Block a user