Skip to content

Commit

Permalink
Revert modif token
Browse files Browse the repository at this point in the history
  • Loading branch information
DCAZAYUS committed Nov 1, 2024
1 parent d1abb65 commit 6304250
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@

## [Unreleased]

### Added

- v0.0.2 Automated deployment

## [0.0.1] - 2024-10-31

### Added

- Initial Version

[Unreleased]: https://github.com/Cazayus/CmdSupport/compare/v0.0.1...HEAD

[0.0.1]: https://github.com/Cazayus/CmdSupport/commits/v0.0.1
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ intellijPlatform {
}

publishing {
token = providers.gradleProperty("intellijPlatformPublishingToken")
token = providers.environmentVariable("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 6304250

Please sign in to comment.