Clearer comment for .github/workflows/release.yml

pull/342/head
Pavel 'Strajk' Dolecek 1 year ago committed by Jakub Chrzanowski
parent 345c5c95f0
commit 4e6abe0f72

@ -1,5 +1,7 @@
# 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
on:

Loading…
Cancel
Save