Skip to content

Commit

Permalink
remove not working mvn deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tkonsta committed Apr 14, 2020
1 parent 69582e1 commit 6bdfc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
java-version: 11
- name: Build with Maven
run: mvn -B clean deploy
run: mvn -B clean package
- name: Cache Maven packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 6bdfc95

Please sign in to comment.