Skip to content

Commit

Permalink
fix publishPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmai-dev committed Dec 2, 2023
1 parent 1980aa8 commit 804dd3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
- ORM Code Completion
- SQL to Struct

[Unreleased]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.5...HEAD
[Unreleased]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.6...HEAD
[1.2.6]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.5...v1.2.6
[1.2.5]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.4...v1.2.5
[1.2.4]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.3...v1.2.4
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ tasks {

publishPlugin {
dependsOn("patchChangelog")
token = environment("PUBLISH_TOKEN")
token = environment("JETBRAINS_PUBLISH_TOKEN")
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
Expand Down

0 comments on commit 804dd3f

Please sign in to comment.