Skip to content

Commit

Permalink
Merge pull request #39 from semgrep/austin/fix-release
Browse files Browse the repository at this point in the history
Fix release process
  • Loading branch information
ajbt200128 authored Jan 30, 2024
2 parents 44342f1 + 3879a39 commit 878bc76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ tasks {
}

publishPlugin {
notCompatibleWithConfigurationCache("Uses project copy")
dependsOn("patchChangelog")
token = environment("PUBLISH_TOKEN")
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
Expand Down

0 comments on commit 878bc76

Please sign in to comment.