Skip to content

Commit 6c7c73e

Browse files
committed
fix: release tag types
1 parent 900272d commit 6c7c73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/utils/release-tag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function generateTagCandidates(version: string, packageName: string): string[] {
9292
/**
9393
* Providers that support release tag checking
9494
*/
95-
const SUPPORTED_PROVIDERS: ProviderId[] = new Set([
95+
const SUPPORTED_PROVIDERS: Set<ProviderId> = new Set([
9696
'github',
9797
'gitlab',
9898
'codeberg',

0 commit comments

Comments
 (0)