Skip to content

Commit

Permalink
Skip gpg signing in PR build; downgrade action for maven publish to v…
Browse files Browse the repository at this point in the history
…1 and v2 (#61)
  • Loading branch information
jeffxiang authored Jan 30, 2025
1 parent f2e762c commit 0d6c5af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml -Dgpg.skip
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_maven_central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
environment: publish
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v2
- name: Set up Java for publishing to Maven Central Repository
uses: actions/setup-java@v4
uses: actions/setup-java@v1
with:
java-version: 8
distribution: 'corretto'
Expand Down

0 comments on commit 0d6c5af

Please sign in to comment.