Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Removing extra parts to match the recommended settings
  • Loading branch information
gastaldi authored Aug 19, 2024
1 parent f9b4f2f commit ab5c5f1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
types: [ closed ]
paths:
- '.github/project.yml'
- '.github/workflows/release.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -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 "[email protected]"
Expand Down

0 comments on commit ab5c5f1

Please sign in to comment.