Skip to content

Commit

Permalink
fix: not open add changeset url bug
Browse files Browse the repository at this point in the history
  • Loading branch information
angleshe authored and JounQin committed Nov 8, 2023
1 parent a30d2ba commit a284c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/comment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const comment = async () => {
}),
] as const)

const addChangesetUrl = `${CI_MERGE_REQUEST_PROJECT_URL!}/new/${mrBranch}?file_name=.changeset/${humanId(
const addChangesetUrl = `${CI_MERGE_REQUEST_PROJECT_URL!}/-/new/${mrBranch}?file_name=.changeset/${humanId(
{
separator: '-',
capitalize: false,
Expand Down

0 comments on commit a284c71

Please sign in to comment.