Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IchthysMaranatha authored Dec 21, 2022
1 parent 2adde17 commit 2a4e80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: maven build
run: mvn -B -pl :googlesheets -am package
run: mvn -B package
- name: make artifact dir
run: mkdir artifacts
- name: add artifacts to publish
Expand Down

0 comments on commit 2a4e80f

Please sign in to comment.