Skip to content

Commit

Permalink
build before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Jul 31, 2024
1 parent 3832360 commit a87c71e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_to_central.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build with Maven
run: mvn -B biscuit-auth --file pom.xml
- name: Set up Maven Central Repository
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit a87c71e

Please sign in to comment.