Skip to content

Commit 470dbab

Browse files
committed
Add fetch all to create release action for changelog
1 parent 1c0b6e4 commit 470dbab

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/create-draft-release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- name: Clone Godot JVM module.
1414
uses: actions/checkout@v2
15+
- name: Fetch all git refs
16+
run: |
17+
git fetch --all
1518
- name: Checkout submodules
1619
uses: snickerbockers/submodules-init@v4
1720
- name: Set up JDK 11
@@ -23,7 +26,7 @@ jobs:
2326
with:
2427
wrapper-directory: kt/
2528
build-root-directory: kt/
26-
arguments: generateChangelog --stacktrace
29+
arguments: generateChangelog
2730
- name: Create draft release
2831
id: create_release
2932
uses: actions/create-release@v1

0 commit comments

Comments
 (0)