Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaishap authored Oct 27, 2023
1 parent ba9aca5 commit 4d6e27f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:

- name: Stage to Nexus and Release to Maven central
run: |
mvn -B clean -P release deploy nexus-staging:release
mvn -B versions:set -DnewVersion=1.4.26
mvn -B clean deploy -P release
#1 mvn -B release:clean release:prepare -P release release:perform
# mvn -B clean release:prepare release:perform nexus-staging:promote -DstagingRepositoryId=ossrh -DbuildPromotionProfileId=ossrh
# mvn -B clean release:perform nexus-staging:promote -DstagingRepositoryId=ossrh -DbuildPromotionProfileId=ossrh
Expand Down

0 comments on commit 4d6e27f

Please sign in to comment.