You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refine tag matching in the release workflow (#817)
Improve the `on.push.tags` entry in `.github/workflows/release.yml` to
use a regular expression that matches only non-pre-release semantic
version tags. This should prevent it from releasing a prerelease on
PGXN. It will need refining should the desire arise to put prerelease
versions on PGXN.
0 commit comments