Commit 9bc179e 1 parent 8494b8f commit 9bc179e Copy full SHA for 9bc179e
File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
fetch-depth : 1000
30
30
fetch-tags : true
31
+ - name : Fetch tags # See https://github.com/actions/checkout/issues/2041
32
+ run : git fetch --tags
31
33
32
34
# Switch to a new branch with the PR number and PR branch name,
33
35
# for the projects where the buildscript uses the branch name
Original file line number Diff line number Diff line change @@ -137,6 +137,9 @@ jobs:
137
137
fetch-depth : 1000
138
138
fetch-tags : true
139
139
140
+ - name : Fetch tags # See https://github.com/actions/checkout/issues/2041
141
+ run : git fetch --tags
142
+
140
143
- name : Make Gradle executable
141
144
# language=bash
142
145
run : chmod +x ./gradlew # Thanks Windows
Original file line number Diff line number Diff line change @@ -29,14 +29,11 @@ repositories:
29
29
merge me now :
30
30
type : merge
31
31
method : SQUASH
32
+
32
33
neoforged/neoforge :
33
34
baseRunCommand : |
34
35
echo "JAVA_HOME=$(echo $JAVA_HOME_21_X64)" >> "$GITHUB_ENV"
35
36
./gradlew :neoforge:setup
36
- runUploadPattern : |
37
- src/
38
- tests/src/
39
- testframework/src/
40
37
backport :
41
38
preApplyGenCommands :
42
39
- ./gradlew :neoforge:setup
@@ -66,6 +63,7 @@ repositories:
66
63
type : keep-rebased
67
64
awaiting community agreement :
68
65
type : block
66
+
69
67
prActions :
70
68
repository : neoforged/practionrunner
71
69
workflow : run_pr.yml@main
You can’t perform that action at this time.
0 commit comments