Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jan 16, 2024
1 parent adc8218 commit efb7b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/changesets-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export async function getNewVersion(): Promise<string> {
const releasePlan = await getReleasePlan(path.resolve(__dirname, '../..'))

return releasePlan.releases.find(
({ name }) => name === 'eslint-plugin-svelte'
({ name }) => name === '@intlify/eslint-plugin-svelte'
)!.newVersion
}

0 comments on commit efb7b80

Please sign in to comment.