Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/pascalgn/automer…
Browse files Browse the repository at this point in the history
…ge-action-0.15.6
  • Loading branch information
DreamAwakenFateBroke authored Oct 14, 2023
2 parents a97538b + 869d674 commit fcc2273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- name: Checkout Git Repo
uses: actions/checkout@v4
- name: Set up Maven Central Repo
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 1.8
- name: Set up Apache Maven Central
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with: # running setup-java again overwrites the settings.xml
java-version: 1.8
server-id: sonatype-nexus-snapshots # Value of the distributionManagement/repository/id field of the pom.xml
Expand Down

0 comments on commit fcc2273

Please sign in to comment.