From cba9c66262438cb7347e03c0be09b76ba0cb7733 Mon Sep 17 00:00:00 2001 From: Panda Mods <70108603+PandaDap2006@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:13:02 +0200 Subject: [PATCH 1/2] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c8d1a1..c7602e2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Package on: push: branches: - - /* + - main jobs: build: From e503bcf830ab71e5da4472cea3e11ad91bd1c737 Mon Sep 17 00:00:00 2001 From: Panda Mods <70108603+PandaDap2006@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:14:14 +0200 Subject: [PATCH 2/2] 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 c7602e2..a7cd0de 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Package +name: Package Publishing on: push: @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up JDK 22 - uses: actions/setup-java@v40 + uses: actions/setup-java@v4 with: java-version: '22' distribution: 'adopt'