mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Clearer comment for .github/workflows/release.yml
This commit is contained in:
parent
345c5c95f0
commit
4e6abe0f72
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -1,5 +1,7 @@
|
|||||||
# GitHub Actions Workflow created for handling the release process based on the draft release prepared
|
# GitHub Actions Workflow created for handling the release process based on the draft release prepared
|
||||||
# with the Build workflow. Running the publishPlugin task requires the PUBLISH_TOKEN secret provided.
|
# 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
|
||||||
|
|
||||||
name: Release
|
name: Release
|
||||||
on:
|
on:
|
||||||
|
Loading…
Reference in New Issue
Block a user