Skip to content

Commit

Permalink
more debug attempts for JAR publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
worstell committed Nov 16, 2023
1 parent 38fada9 commit b499aa7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,20 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
run: |
git config user.name github-actions
git config user.email [email protected]
- name: Init Hermit
uses: cashapp/activate-hermit@v1
# Ideally we'd use Hermit's JDK, but this action creates the correct settings.xml for us.
- uses: actions/setup-java@v3
with:
java-version: "11"
distribution: "temurin"
- name: Set Git Config
run: |
git config user.email "${{ github.actor }}@users.noreply.github.com"
git config user.name "${{ github.actor }}"
git checkout main
- name: Publish JARs
with:
username: ${{ github.actor }}
password: ${{ github.token }}
run: |
mvn release:clean release:prepare release:perform \
--batch-mode \
Expand Down

0 comments on commit b499aa7

Please sign in to comment.