Skip to content

Commit

Permalink
reset build
Browse files Browse the repository at this point in the history
  • Loading branch information
electricsam committed Dec 20, 2024
1 parent 010c6c6 commit 67dcaa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: set up git
run: git config --global user.email [email protected] && git config --global user.name 'Bloopy McBloopFace'
- name: build with maven
run: mvn -B -s settings.xml clean deploy site -Prelease -Psite-publish -Dgit.password=${{ secrets.RELEASE_PAT }} -Dgit.username=${{ secrets.RELEASE_USERNAME }}
run: mvn -B -s settings.xml clean deploy -Pdep-check
env:
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
SIGN_KEY_PASS: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Expand Down

0 comments on commit 67dcaa9

Please sign in to comment.