Skip to content

Commit

Permalink
Updated publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
appreciated committed Jun 2, 2024
1 parent cfe8c41 commit f33bef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
TAG_NAME=${GITHUB_REF#refs/tags/}
mvn versions:set -DnewVersion=${TAG_NAME#v}
mvn clean package -Pproduction
mvn clean install -B -Pdirectory
- name: Upload ApexChartsJS
run: |
Expand Down

0 comments on commit f33bef0

Please sign in to comment.