mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Minor fixes reported by the code inspection
This commit is contained in:
committed by
Jakub Chrzanowski
parent
54d6b64304
commit
b99218fb83
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -1,7 +1,6 @@
|
||||
# GitHub Actions Workflow created for handling the release process based on the draft release prepared
|
||||
# with the Build workflow. Running the publishPlugin task requires all of the following secrets to be be provided:
|
||||
# PUBLISH_TOKEN, PRIVATE_KEY, PRIVATE_KEY_PASSWORD, CERTIFICATE_CHAIN
|
||||
# See https://plugins.jetbrains.com/docs/intellij/plugin-signing.html for more information
|
||||
# GitHub Actions Workflow created for handling the release process based on the draft release prepared with the Build workflow.
|
||||
# Running the publishPlugin task requires all following secrets to be provided: PUBLISH_TOKEN, PRIVATE_KEY, PRIVATE_KEY_PASSWORD, CERTIFICATE_CHAIN.
|
||||
# See https://plugins.jetbrains.com/docs/intellij/plugin-signing.html for more information.
|
||||
|
||||
name: Release
|
||||
on:
|
||||
|
||||
Reference in New Issue
Block a user