From 7517ccbb6c6e9a6ca5d56feaa0e16e01652c5cda Mon Sep 17 00:00:00 2001 From: josemduarte Date: Thu, 28 Mar 2024 13:54:36 -0700 Subject: [PATCH] Bugfix --- .github/workflows/release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 80f79eb..eb282d5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,13 +28,10 @@ jobs: runs-on: - self-hosted - java - env: - PROJECT_NAME: rcsb-mojave-model steps: - uses: actions/checkout@v3 - name: Setup git author information run: | - cd $PROJECT_NAME git config user.name RCSBSystem git config user.email it@rcsb.org - name: Print out mvn, java and gpg versions