From 42e13870a172b40ddd9cbe7e12e7f6e241b587f1 Mon Sep 17 00:00:00 2001 From: James Fredley Date: Mon, 23 Dec 2024 21:12:03 -0500 Subject: [PATCH] fix release.yml --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27e3b6df..475d429f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -132,8 +132,6 @@ jobs: uses: gradle/actions/setup-gradle@v4 - name: "📸 Build the Native Image (with libc=musl)" run: ./gradlew grails-cli:nativeCompile --no-daemon -Pmusl - with: - develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }} - name: "📸 Build the Native Image" env: DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}