Skip to content

Commit

Permalink
changes to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shweit committed Sep 2, 2024
1 parent fc70ffa commit 1aa7372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
\"version_number\": \"${{ github.event.release.tag_name }}\",
\"changelog\": \"${{ github.event.release.body }}\",
\"dependencies\": [],
\"game_versions\": [\"1.9\", \"1.9.1\", \"1.9.2\", \"1.9.3\", \"1.9.4\", \"1.10\", \"1.10.2\", \"1.11\", \"1.11.1\", \"1.11.2\", \"1.12\", \"1.12.1\", \"1.12.2\", \"1.13\", \"1.13.2\", \"1.14\", \"1.14.1\", \"1.14.2\", \"1.14.3\", \"1.14.4\", \"1.15\", \"1.15.1\", \"1.15.2\", \"1.16\", \"1.16.1\", \"1.16.2\", \"1.16.3\", \"1.16.4\", \"1.16.5\", \"1.17\", \"1.17.1\", \"1.18\", \"1.18.1\", \"1.18.2\", \"1.19\", \"1.19.1\", \"1.19.2\", \"1.19.3\", \"1.19.4\", \"1.20\", \"1.20.1\", \"1.20.2\", \"1.20.3\", \"1.20.4\", \"1.20.5\", \"1.20.6\", \"1.21\", \"1.21.1\"]
\"game_versions\": [\"1.9\", \"1.9.1\", \"1.9.2\", \"1.9.3\", \"1.9.4\", \"1.10\", \"1.10.2\", \"1.11\", \"1.11.1\", \"1.11.2\", \"1.12\", \"1.12.1\", \"1.12.2\", \"1.13\", \"1.13.2\", \"1.14\", \"1.14.1\", \"1.14.2\", \"1.14.3\", \"1.14.4\", \"1.15\", \"1.15.1\", \"1.15.2\", \"1.16\", \"1.16.1\", \"1.16.2\", \"1.16.3\", \"1.16.4\", \"1.16.5\", \"1.17\", \"1.17.1\", \"1.18\", \"1.18.1\", \"1.18.2\", \"1.19\", \"1.19.1\", \"1.19.2\", \"1.19.3\", \"1.19.4\", \"1.20\", \"1.20.1\", \"1.20.2\", \"1.20.3\", \"1.20.4\", \"1.20.5\", \"1.20.6\", \"1.21\", \"1.21.1\"],
\"version_type\": \"release\",
\"loaders\": [\"fabric\", \"forge\", \"spigot\"],
\"featured\": true,
Expand All @@ -53,3 +53,4 @@ jobs:
-F "primary_file=file"
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}

19 changes: 1 addition & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<artifactId>MinecraftServerAPI</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<name>MinecraftServerAPI</name>

<properties>
Expand All @@ -18,10 +18,6 @@
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>citizens-repo</id>
<url>https://maven.citizensnpcs.co/repo</url>
</repository>
</repositories>

<dependencies>
Expand Down Expand Up @@ -106,19 +102,6 @@
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>net.citizensnpcs</groupId>
<artifactId>citizens-main</artifactId>
<version>2.0.35-SNAPSHOT</version>
<scope>test</scope>
<type>jar</type>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 1aa7372

Please sign in to comment.