Skip to content

Commit

Permalink
fix wrong pom config
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Oct 30, 2024
1 parent 226ecba commit 77b510b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: mvn -B versions:set --file ./pom.xml -DnewVersion=${GITHUB_REF##*/}
- name: Build and Sign
id: buildAndTest
run: mvn -B clean verify -Psign -DskipTests -Dgpg.signer=bc
run: mvn -B clean verify -Psign -DskipTests
env:
MAVEN_GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}
MAVEN_GPG_KEY: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,7 @@
<goal>sign</goal>
</goals>
<configuration>
<configuration>
<signer>bc</signer>
</configuration>
<signer>bc</signer>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 77b510b

Please sign in to comment.