Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
fix(ci): fix push rc after release merge logic
Browse files Browse the repository at this point in the history
  • Loading branch information
xzima committed Apr 11, 2022
1 parent 3ff6bd3 commit 10ae775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins:
- prepareCmd: |
./mvnw -B com.mycila:license-maven-plugin:4.1:format org.codehaus.mojo:license-maven-plugin:2.0.0:add-third-party
publishCmd: |
${branch.type !== 'prerelease'?'git push -f HEAD:rc':''}
${branch.type !== 'prerelease'?('git push '+options.repositoryUrl+' -f HEAD:rc'):''}
./mvnw -B clean license:check package
- - "@semantic-release/git"
- assets: "."
Expand Down

0 comments on commit 10ae775

Please sign in to comment.