Skip to content

Commit

Permalink
Update build-for-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlo authored Feb 4, 2024
1 parent 47bddde commit 78ccd53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
distribution: 'corretto'
cache: maven
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import

- name: View settings.xml
run: cat /home/runner/.m2/settings.xml
- name: Prepare for release
run: mvn -B release:prepare --file pom.xml
run: mvn -B release:prepare release:perform --file pom.xml

- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 comments on commit 78ccd53

Please sign in to comment.