Skip to content

Commit 804dd3f

Browse files
committed
fix publishPlugin
1 parent 1980aa8 commit 804dd3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
- ORM Code Completion
112112
- SQL to Struct
113113

114-
[Unreleased]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.5...HEAD
114+
[Unreleased]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.6...HEAD
115115
[1.2.6]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.5...v1.2.6
116116
[1.2.5]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.4...v1.2.5
117117
[1.2.4]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.3...v1.2.4

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ tasks {
120120

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

0 commit comments

Comments
 (0)