From ab5c5f1548923ab88e018acdf5485d04bbacd6b3 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Mon, 19 Aug 2024 01:25:45 -0300 Subject: [PATCH] Update release.yml Removing extra parts to match the recommended settings --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90a55500..9ddf7085 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,6 @@ on: types: [ closed ] paths: - '.github/project.yml' - - '.github/workflows/release.yml' concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -43,11 +42,6 @@ jobs: gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} gpg-passphrase: MAVEN_GPG_PASSPHRASE - - name: Set up Maven 3.9.6 - uses: stCarolas/setup-maven@v5 - with: - maven-version: 3.9.6 - - name: Configure Git author run: | git config --local user.email "action@github.com"