Skip to content

Commit

Permalink
fix release stage
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramn committed Oct 22, 2023
1 parent 54b9f05 commit 52e408e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup GPG Signing Key
- name: setup gpg key
id: gpg
uses: crazy-max/ghaction-import-gpg@v6
with:
Expand All @@ -26,8 +26,7 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true
git_config_global: true
- name: Setup Maven Artifact Signing
uses: actions/setup-java@v3
- uses: actions/setup-java@v3
with:
java-version: 17
distribution: corretto
Expand Down Expand Up @@ -68,8 +67,8 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Download Maven Build Artifact
uses: actions/download-artifact@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: maven-distro
- name: Setup Maven Central
Expand Down

0 comments on commit 52e408e

Please sign in to comment.