Skip to content

Commit

Permalink
Update .gitignore and build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Dec 31, 2023
1 parent 8317018 commit 8396496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ node_modules/

.env
*.tgz
.idea
.idea
*.pem
*.crt
2 changes: 1 addition & 1 deletion jetbrains/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,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 8396496

Please sign in to comment.