fwcd / vscode-kotlin

Kotlin code completion, debugging, linting and more for VSCode
MIT License
298 stars 41 forks source link

Clean up release workflow #146

Open fwcd opened 10 months ago

fwcd commented 10 months ago

Our deployment workflow currently prefixes the version numbers in release assets with refs.tags, likely because actions/create-release strips them out, while actions/upload-release-asset does not. Since the first action is deprecated anyway, we should just move to the gh CLI or similar like in the language server's workflow.