Skip to content

Commit ead7045

Browse files
committed
ops: prepare deployment
1 parent e6c4977 commit ead7045

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: RegionAPI | Build and deploy
1+
name: CraftingAPI | Build and deploy
22

33
on:
44
workflow_call:

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: RegionAPI | Nightly Builder
1+
name: CraftingAPI | Nightly Builder
22

33
on:
44
push:

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: RegionAPI | Release Builder
1+
name: CraftingAPI | Release Builder
22

33
on:
44
release:

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<repository>
7171
<id>github</id>
7272
<name>GitHub MineValley Apache Maven Packages</name>
73-
<url>https://maven.pkg.github.com/MineValley/RegionsAPI</url>
73+
<url>https://maven.pkg.github.com/MineValley/CraftingAPI</url>
7474
<snapshots>
7575
<enabled>true</enabled>
7676
</snapshots>
@@ -83,7 +83,7 @@
8383
<url>https://repo.papermc.io/repository/maven-public/</url>
8484
</repository>
8585
<repository>
86-
<id>github</id>
86+
<id>core-api</id>
8787
<url>https://maven.pkg.github.com/MineValley/CoreAPI</url>
8888
<releases>
8989
<updatePolicy>always</updatePolicy>
@@ -93,8 +93,8 @@
9393
</snapshots>
9494
</repository>
9595
<repository>
96-
<id>fastcar-api</id>
97-
<url>https://maven.pkg.github.com/MineValley/FastCarAPI</url>
96+
<id>crafting-api</id>
97+
<url>https://maven.pkg.github.com/MineValley/CraftingAPI</url>
9898
<releases>
9999
<updatePolicy>always</updatePolicy>
100100
</releases>

0 commit comments

Comments
 (0)