From 228c0573d63b31d61731938269bd0825817b3781 Mon Sep 17 00:00:00 2001 From: "Kevin S. Clarke" Date: Thu, 26 Sep 2024 18:52:05 -0400 Subject: [PATCH] Update the release GA (#150) * Add UCLA survey script * Skip running the build enforcer --- .github/workflows/build-artifact-upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifact-upload.yml b/.github/workflows/build-artifact-upload.yml index 49b7d47..c58182c 100644 --- a/.github/workflows/build-artifact-upload.yml +++ b/.github/workflows/build-artifact-upload.yml @@ -41,7 +41,7 @@ jobs: with: maven_goals_phases: "package" maven_args: > - -V -ntp -Dsinai.id.key=${{ secrets.SINAI_ID_KEY }} + -V -ntp -Dsinai.id.key=${{ secrets.SINAI_ID_KEY }} -Denforcer.skip - name: Upload build artifact uses: jakejarvis/s3-sync-action@be0c4ab89158cac4278689ebedd8407dd5f35a83 # v0.5.1 with: