Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Edoardo Vacchi <[email protected]>
  • Loading branch information
evacchi committed Jan 28, 2025
1 parent f85e36f commit 762b1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
gpg --list-secret-keys --keyid-format LONG
- name: Compile
run: --batch-mode --no-transfer-progress -Drelease
run: mvn --batch-mode --no-transfer-progress -Drelease verify

- name: Setup Git
run: |
Expand Down

0 comments on commit 762b1b7

Please sign in to comment.