Skip to content

Commit

Permalink
update pom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chensoul committed Dec 8, 2023
1 parent 486d388 commit f74f42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Check your maven settings file `~/.m2/settings.xml`:
Release and deploy to maven repository, and push tag to github using username and password:

```bash
mvn -B release:clean release:prepare release:perform -Dusername=<GITHUB_USERNAME> -Dpassword=<GITHUB_TOKEN>
mvn -B release:clean release:prepare release:perform -Dusername=<GITHUB_USERNAME> -Dpassword=<GITHUB_TOKEN> -DAUTO_RELEASE_AFTER_CLOSE=true
```

Update pom version:
Expand Down

0 comments on commit f74f42c

Please sign in to comment.