sanity-io / sanity-plugin-internationalized-array

A plugin to register array fields with a custom input component to store field values in multiple languages, queryable by using the language ID as an array `_key`.
MIT License
42 stars 10 forks source link

refactor(ci): remove publish.yml that's no longer used #8

Closed stipsan closed 1 year ago

stipsan commented 1 year ago

When I was heading out to make a new release seeing both CI & Release and Publish to NPM had me pause for a minute to figure out which one to use:

image

And it appears that it's safe to delete publish.yml since it's setup to only run on pushes to a studio-v3 branch: https://github.com/sanity-io/sanity-plugin-internationalized-array/blob/ad9ae6153821cd6f791f0eae23026dfb47ede8c5/.github/workflows/publish.yml#L4

A branch that has since been deleted 😌

SimeonGriggs commented 1 year ago

Yeah that was an old publish script I used to use. Not as 🪄 as semantic-release.