AxeWP / wp-graphql-stubs

Provides stub declarations for WPGraphQL core functions, classes and interfaces.
MIT License
7 stars 1 forks source link

bug: an older repack wont get deleted on rerelease #12

Closed justlevine closed 1 year ago

justlevine commented 1 year ago

Currently, the rerelease CI will only delete an old original version when rebuilding.

This should be updated to also delete a repack.

Probably either pass the matched tag to the function, or add some conditional logic to build it, whichever is easier.

See: https://github.com/AxeWP/wp-graphql-stubs/blob/main/release-latest-versions.sh#L77-L81