Skip to content

Commit

Permalink
Update .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Sep 5, 2024
1 parent c383224 commit 7c4001b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ plugins:
from: "version '.*'"
to: "version '${nextRelease.version}'"
- - "@semantic-release/exec"
- prepareCmd: "./gradlew build --warn --stacktrace"
publishCmd: "./gradlew publishPlugins --warn --stacktrace"
- prepareCmd: "./gradlew :secrets-gradle-plugin:build --warn --stacktrace"
publishCmd: "./gradlew :secrets-gradle-plugin:publishPlugins --warn --stacktrace"
- - "@semantic-release/git"
- assets:
- "./secrets-gradle-plugin/build.gradle.kts"
Expand Down

0 comments on commit 7c4001b

Please sign in to comment.