Skip to content

Commit

Permalink
ohne env
Browse files Browse the repository at this point in the history
  • Loading branch information
homebeaver committed Dec 23, 2024
1 parent dd58260 commit 1f2ecbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven_buld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
distribution: 'adopt'
java-version: ${{ matrix.java }}
gpg-private-key: ${{ secrets.SIGN_KEY }} # has to be read directly from secrets
env:
MAVEN_GPG_PASSPHRASE: ${{ secrets.SIGN_KEY_PASS }}
gpg-passphrase: ${{ secrets.SIGN_KEY_PASS }} # ? deprecated default name used by maven-gpg-plugin
- name: Build with Maven
# Available lifecycle phases are:
# validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile,
Expand All @@ -51,4 +50,6 @@ jobs:
# run: mvn -V --batch-mode -Ddoclint=all --file pom.xml --no-transfer-progress test
# run: mvn -V --batch-mode package
run: mvn -V --batch-mode -Ddoclint=all --file pom.xml --no-transfer-progress verify
# env:
# MAVEN_GPG_PASSPHRASE: ${{ secrets.SIGN_KEY_PASS }}

0 comments on commit 1f2ecbc

Please sign in to comment.