same as previous
This commit is contained in:
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
@@ -34,11 +34,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
token: ${{ secrets.GH_BASIC }}
|
||||
lfs: true
|
||||
submodules: 'recursive'
|
||||
fetch-depth: 0 # So we can get all tags.
|
||||
# with:
|
||||
# token: ${{ secrets.GH_BASIC }}
|
||||
# lfs: true
|
||||
# submodules: 'recursive'
|
||||
# fetch-depth: 0 # So we can get all tags.
|
||||
|
||||
- name: Read Current Project Version
|
||||
id: current-version
|
||||
|
||||
Reference in New Issue
Block a user