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 93a5bea commit 66cf606Copy full SHA for 66cf606
.travis.yml
@@ -22,3 +22,5 @@ deploy:
22
skip_cleanup: true
23
on:
24
tags: true
25
+after_deploy:
26
+ - mvn deploy -Dregistry=https://maven.pkg.github.com/Befrish/jqwik-vavr -Dtoken=GITHUB_TOKEN
pom.xml
@@ -31,6 +31,7 @@
31
<url>https://github.com/Befrish/${project.artifactId}</url>
32
<connection>scm:git:git://github.com/Befrish/${project.artifactId}.git</connection>
33
<developerConnection>scm:git:[email protected]:Befrish/${project.artifactId}.git</developerConnection>
34
+ <tag>HEAD</tag>
35
</scm>
36
37
<properties>
0 commit comments