Skip to content

Commit 66cf606

Browse files
author
bosob
committed
Add deployment to GitHub Packages
1 parent 93a5bea commit 66cf606

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ deploy:
2222
skip_cleanup: true
2323
on:
2424
tags: true
25+
after_deploy:
26+
- mvn deploy -Dregistry=https://maven.pkg.github.com/Befrish/jqwik-vavr -Dtoken=GITHUB_TOKEN

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<url>https://github.com/Befrish/${project.artifactId}</url>
3232
<connection>scm:git:git://github.com/Befrish/${project.artifactId}.git</connection>
3333
<developerConnection>scm:git:[email protected]:Befrish/${project.artifactId}.git</developerConnection>
34+
<tag>HEAD</tag>
3435
</scm>
3536

3637
<properties>

0 commit comments

Comments
 (0)