Skip to content

Commit

Permalink
Fixes #342 - Fix release workflow (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Jan 18, 2024
1 parent 4402ab8 commit 5694285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Build project
run: mvn -DskipTests=true -DskiptITs=true -ntp install
- name: Login to GHCR
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 5694285

Please sign in to comment.