JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
3.04k stars 614 forks source link

gh release is broken since workflows are updated #390

Closed ng-galien closed 1 year ago

ng-galien commented 1 year ago

Hi, I've recently updated my plugin to fit the current template. Seems the Create Release Draft command is not correctly escaped

release create vvalueof(GradlePropertyValueSource) \
    --draft \
    --title "vvalueof(GradlePropertyValueSource)" \
    --notes "$(cat << 'EOM'
  ### Maintenance
  - Project template
  - Update dependencies

  ### Bugfixes
  - Fix does not load the latest function [#107](https://github.com/ng-galien/idea-plpgdebugger/issues/107)

  [Unreleased]: https://github.com/ng-galien/idea-plpgdebugger/compare/v2[3](https://github.com/ng-galien/idea-plpgdebugger/actions/runs/5696997918/job/15443323241#step:5:3)1.0.1...HEAD
  EOM
  )"

Here is my job

ng-galien commented 1 year ago

My bad I miss to call get method in the build script