Skip to content

Commit

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

0 comments on commit 1f6579e

Please sign in to comment.