Fix package publishing

This commit is contained in:
AlphaKR93
2024-01-23 16:51:46 +09:00
parent 71c863456f
commit 9d97d0d9bd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,11 +1,11 @@
name: Release Plazma (1.20.4)
on:
workflow_dispatch:
push:
branches: [ "ver/*", "dev/*", "feat/**/*" ]
paths:
- "**.patch"
workflow_dispatch:
env:
ORG_NAME: PlazmaMC

View File

@@ -41,7 +41,7 @@ allprojects {
repositories {
maven {
name = "githubPackage"
url = uri("https://maven.pkg.github.com/PlazmaMC/Plazma")
url = uri("https://maven.pkg.github.com/PlazmaMC/PlazmaBukkit")
credentials {
username = System.getenv("GITHUB_USERNAME")