Clearer comment for .github/workflows/release.yml

This commit is contained in:
Pavel 'Strajk' Dolecek 2023-01-12 18:23:07 +01:00 committed by Jakub Chrzanowski
parent 345c5c95f0
commit 4e6abe0f72

View File

@ -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: