Skip to content

Commit

Permalink
Fixed missing maven 3.9.6 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Carpenter committed Aug 21, 2024
1 parent 9b94a78 commit 38f70ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [ closed ]
paths:
- '.github/project.yml'
- '.github/workflows/release.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -42,6 +43,11 @@ 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 38f70ed

Please sign in to comment.