Skip to content

Commit eeae98a

Browse files
committed
CI: Add -nightly to version format again
1 parent c66ac71 commit eeae98a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci-tests-nightly.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: paulhatch/[email protected]
4444
with:
4545
change_path: "forge-api/ forge-main/"
46-
version_format: "${major}.${minor}.${patch}.${increment}"
46+
version_format: "${major}.${minor}.${patch}.${increment}-nightly"
4747
search_commit_body: true
4848

4949
- name: Read MC and Forge versions
@@ -92,9 +92,6 @@ jobs:
9292
mkdir run/data
9393
mkdir run/test
9494
95-
- name: Generate Datagen Assets
96-
uses: gradle/gradle-build-action@v2
97-
9895
- name: Generate Datagen Assets
9996
run: ./gradlew runData
10097
env:

0 commit comments

Comments
 (0)