Skip to content

Commit 3e5c66d

Browse files
committed
ci: fix prerelease labels
1 parent ea1cae2 commit 3e5c66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async function config() {
8686
['@semantic-release/github', {
8787
successComment: getReleaseComment(),
8888
labels: ['type:ci'],
89-
releasedLabels: ['state:released<%= nextRelease.channel ? ` on @\${nextRelease.channel}` : "" %>']
89+
releasedLabels: ['state:released<%= nextRelease.channel ? `-\${nextRelease.channel}` : "" %>']
9090
}],
9191
],
9292
};

0 commit comments

Comments
 (0)