mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2026-03-01 00:39:54 +01:00
build: fix missing submodules in release workflow (#54)
This commit is contained in:
parent
7488a8b341
commit
81ba2dfaa3
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
- name: Checkout workflows repo
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
|
||||
1
.github/workflows/release-tags.yml
vendored
1
.github/workflows/release-tags.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 32
|
||||
submodules: recursive
|
||||
|
||||
- name: Determine JDK versions
|
||||
id: list-jdk-versions
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user