asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
181 stars 18 forks source link

Correct version auto-update in workflow #248

Closed mirromutth closed 4 months ago

mirromutth commented 4 months ago

Motivation:

The version of test-native-image will not be updated after the release is completed, which causes CI to fail after releasing.

Modification:

Result:

Now the version of test-native-image should be updated automatically.