build(oxlint): fix publish workflows to publish @oxlint/plugins package
#19234
+9
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

#18824 added a
@oxlint/pluginsNPM package, and #18903 altered the release workflow. It seems neither worked correctly - the package hasn't been getting published during the release process.It's still on version 1.43.0 on NPM: https://www.npmjs.com/package/@oxlint/plugins
This PR alters the pre-release and release workflows to (hopefully) bump version of this package and release it alongside
oxlintpackage.There have been no changes to content of
@oxlint/pluginspackage since the last published version, and it has no dependencies, so it doesn't really matter that we've skipped these releases. But this PR should get it publishing correctly from next release onwards.