We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ef251 commit c5082fbCopy full SHA for c5082fb
DEPLOYMENT-GITHUB-PACKAGES.md
@@ -1,4 +1,4 @@
1
Use the following command, substituting your github personal access token in for <TOKEN>:
2
-```../mvnw -s ~/.m2/settings.xml -DskipTests=true -Dregistry=https://maven.pkg.github.com/dajulia3 -Dtoken=<TOKEN> deploy```
+```./mvnw -s ~/.m2/settings.xml -DskipTests=true -Dregistry=https://maven.pkg.github.com/dajulia3 -Dtoken=<TOKEN> deploy```
3
4
Note that the command skips tests so make sure tests pass before running this
0 commit comments