Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Jul 4, 2021
1 parent 019b49c commit 8acffd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo $NEXT_VERSION
LINGUIN_TOKEN=$(cat /home/r/linguin-ai-token.txt)

mvn versions:set -DnewVersion=${tag}
mvn clean deploy -e -X -Pitcases,genDocs,signArtifactsGpg,releaseToMavenCentral,deployToGithubPackages -Dlinguin-api-token=${LINGUIN_TOKEN} --settings /home/r/settings.xml
mvn clean deploy -e -X -Pitcases,genDocs,signArtifactsGpg,releaseToMavenCentral -Dlinguin-api-token=${LINGUIN_TOKEN} --settings /home/r/settings.xml
mvn versions:set -DnewVersion=${NEXT_VERSION}

sed -i "s/<version>.*<\/version>/<version>${tag}<\/version>/" README.md
Expand Down

0 comments on commit 8acffd2

Please sign in to comment.