From 082036cd63f0522fcadbb56d4d68f2e4b5e53a55 Mon Sep 17 00:00:00 2001 From: James Daugherty Date: Fri, 4 Apr 2025 00:08:49 -0400 Subject: [PATCH] Fix publish --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 9dec612f36f..e19d975521d 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -11,6 +11,7 @@ permissions: packages: read jobs: datastore-build: + if: false # remove after publishing name: "Build Datastore Project" runs-on: ubuntu-24.04 strategy: @@ -93,7 +94,6 @@ jobs: if: github.event_name == 'push' name: "Publish Snapshot" #needs: [datastore-build, hibernate5-build, mongodb-build] # Fix once mongo db action is added - needs: [datastore-build, hibernate5-build] runs-on: ubuntu-24.04 steps: - name: "📥 Checkout the repository"