Skip to content

Commit

Permalink
Merge pull request #25 from quarkiverse/23-injection-endpoints-missin…
Browse files Browse the repository at this point in the history
…g-for-default-config

Fixed missing maven 3.9.6 versions
  • Loading branch information
eddiecarpenter authored Aug 21, 2024
2 parents ba82bd8 + 38f70ed commit d2ecc96
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 d2ecc96

Please sign in to comment.