Clearer comment for .github/workflows/release.yml

pull/337/head
Pavel 'Strajk' Dolecek 1 year ago committed by GitHub
parent 61a1a04ede
commit fc120d2913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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