From 2af1deb4c1a5738409b7047b6ea3431f0a6f52da Mon Sep 17 00:00:00 2001 From: LoJoSho <37521985+LoJoSho@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:42:59 -0600 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4fc677e7..2d23ceff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Publish to HibiscusMC Repository on: push: branches: - - master + - remapped jobs: build: @@ -26,4 +26,4 @@ jobs: run: ./gradlew api:publishMavenPublicationToSkyRepositoryRepository env: REPO_USERNAME: ${{ secrets.REPO_USERNAME }} - REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }} \ No newline at end of file + REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }}