Skip to content

Commit

Permalink
Disable plugin publish in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
farost committed Feb 28, 2024
1 parent 04388d7 commit 093f195
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
- run: ./gradlew buildPlugin

# Publish the plugin to the Marketplace
- name: Publish Plugin
run: ./gradlew publishPlugin
env:
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
# TODO: Temporarily disabled to manually upload it with correct changelogs: https://github.com/typedb-osi/typeql-plugin-jetbrains/issues/20
# - name: Publish Plugin
# run: ./gradlew publishPlugin
# env:
# PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}

# Upload artifact as a release asset
- name: Upload Release Asset
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ intellij {

// Configure Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
changelog {
header.set(provider { version.get() })
groups.set(emptyList())
}

Expand Down

0 comments on commit 093f195

Please sign in to comment.