Skip to content

Commit

Permalink
Minor fix for publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakuan committed Dec 9, 2024
1 parent 0e444a9 commit 54a600f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ publish-maven: build

publish: build
rm -rf $$HOME/.m2/repository/org/docstr/gwt
git checkout tags/${LATEST_TAG}
${PROJECT_DIR}/gradlew publishPlugins --warning-mode all
git checkout main

Expand Down

0 comments on commit 54a600f

Please sign in to comment.