typesafegithub / github-workflows-kt

Authoring GitHub Actions workflows in Kotlin. You won't go back to YAML!
https://typesafegithub.github.io/github-workflows-kt/
Apache License 2.0
497 stars 24 forks source link

chore(ci): remove one unused publishing config #1510

Closed krzema12 closed 3 weeks ago

krzema12 commented 3 weeks ago

There are two configs, the other one is in https://github.com/typesafegithub/github-workflows-kt/blob/ab02d5383a06889801d25b96e98639fa6688497e/build.gradle.kts#L11. Ideally I'd like to remove this one so that publishing-related config is kept in a single place, but this one is actually used. It's easier for me to test removing something that is not used.