Skip to content

Commit f4eea98

Browse files
authored
Change npmToken requirement to optional in workflow
1 parent bcb53d9 commit f4eea98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on:
4040
githubToken:
4141
required: true
4242
npmToken:
43-
required: true
43+
required: false
4444
outputs:
4545
published:
4646
description: A boolean value to indicate whether a publishing is happened or not

0 commit comments

Comments
 (0)