From 4b48b7f028d4789b3f7c5d9c755fbe47346b2bda Mon Sep 17 00:00:00 2001 From: RappyTV Date: Tue, 3 Dec 2024 01:19:26 +0100 Subject: [PATCH] Update workflow --- .github/workflows/reposilite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reposilite.yml b/.github/workflows/reposilite.yml index 4af9832..1208d21 100644 --- a/.github/workflows/reposilite.yml +++ b/.github/workflows/reposilite.yml @@ -1,7 +1,7 @@ name: Publish on: push: - branches: [ master ] + branches: [ master, development ] workflow_dispatch: jobs: @@ -26,7 +26,7 @@ jobs: with: servers: | [{ - "id": "funoase-plugins-sahara", + "id": "funoase", "username": "${{ secrets.MAVEN_NAME }}", "password": "${{ secrets.MAVEN_SECRET }}" }]