arduino / mdns-discovery

mdns (bonjour) pluggable discovery
GNU General Public License v3.0
17 stars 6 forks source link

Fix `Identify Prerelease` step in the release workflow #43

Closed MatteoPologruto closed 1 year ago

MatteoPologruto commented 1 year ago

The condition to identify a prerelease was recently split to reduce the length of the line, causing the workflow to fail throwing this error:

/home/runner/work/_temp/1435c811-653a-480e-bcf6-c38ae8bd5d7e.sh: line 7: unexpected token `newline', conditional binary operator expected
Error: Process completed with exit code 2.

Introducing some \ inside the condition should fix this issue.