export default { tagFilter: (tag: string) => tag.startsWith("v") && !tag.includes("nightly"), dry: !process.env.CI, }