JuliaRegistries / TagBot

Creates tags, releases, and changelogs for your Julia packages when they're registered
https://github.com/marketplace/actions/julia-tagbot
MIT License
91 stars 18 forks source link

Fix type mismatch #311

Closed EarlMilktea closed 4 months ago

EarlMilktea commented 4 months ago

I noticed that number literal 3 is used where string is expected (see here for detailed explanation). This line is also highlighted as an error by vscode-yaml extension, with the following message:

Unexpected type 'NumberToken' encountered while reading 'input default'. The type 'StringToken' was expected.