Open
Description
Summary / Description
I'm trying to publish my extension running the tailer ter:publish
command in a GitHub Actions workflow. The command is
tailor ter:publish --comment "## What's Changed
* [BUGFIX] Merge settings from typoscript, if necessary (https://github.com/webcoast-dk/dot-forms/pull/)
**Full Changelog**: https://github.com/webcoast-dk/dot-forms/compare/v1.0.3...v1.0.4
" 1.0.4
Version
1.6.0
Steps to reproduce
Try to publish a new extension version using tailor ter:publish --comment "some comment here..." {versionNumber}
.
Expected behaviour
The extension is published.
Actual behavior
The command exists with a warning, which should be an error imho, with the following message:
Could not publish version 1.0.4 of extension dot_forms.
Reason: Required request body for 'NewVersion' is missing in the request.
Activity