Skip to content

Commit

Permalink
Update test mod
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Sep 27, 2024
1 parent 7f5424f commit a1065c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-1.8-exp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish 1.7
name: Publish 1.8 experimental

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-1.8.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish 1.7
name: Publish 1.8

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion test-mod/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version "1.8.0-alpha.16"
id 'fabric-loom' version "1.8-SNAPSHOT"
id 'maven-publish'
id 'babric-loom-extension'
}
Expand Down

0 comments on commit a1065c8

Please sign in to comment.