Skip to content

Commit

Permalink
More work on deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
pwall567 committed Jun 29, 2024
1 parent 3156b2f commit af1f655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
java-version: '8'
cache: maven
- name: Build with mvn package
run: mvn -B package
run: mvn -B --no-transfer-progress package
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

jobs:
build:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -23,4 +23,4 @@ jobs:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
run: mvn -B -Dgpg.useagent=false --no-transfer-progress deploy
run: mvn -B --no-transfer-progress -Dgpg.signer=bc deploy

0 comments on commit af1f655

Please sign in to comment.