Adds a step to generate the plugin zip from the sources for release tags (i.e. protected tags starting with "release-"). Currently, creating a plugin release will involve the following step:
Create a new release tag based on the plugin version (e.g. release-0.0.1)
After the tag workflow is completed, download the plugin zip from the artifacts
Sign the plugin (to be checked yet)
Upload the plugin .zip to the JetBrains marketplace
Review checklist
[x] I have added unit tests if applicable
[x] (Only for critical changes) I have tested that the changes work in a TeamCity server
What does this PR do?
Adds a step to generate the plugin zip from the sources for release tags (i.e. protected tags starting with "release-"). Currently, creating a plugin release will involve the following step:
Review checklist