diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5aed185..08e87b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index a032275..955577c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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")