RevenueCat / purchases-kmp

RevenueCat SDK for Kotlin Multiplatform
MIT License
99 stars 3 forks source link

Attempts to fix the on_release_tag workflow to allow publishing the API reference site #228

Closed JayShortway closed 1 month ago

JayShortway commented 1 month ago

Turns out you can't use regex for filters on GitHub Actions. 😄 Also, it still required the build job which is no longer defined here. It now passes on https://rhysd.github.io/actionlint/.

Note that this implicitly still requires a successful build, as the release tag won't be pushed if it didn't pass on CircleCI.

For reference, here's the filter pattern cheat sheet.