We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13368fb commit bf4e30aCopy full SHA for bf4e30a
actions/npm-publish/action.yaml
@@ -4,7 +4,7 @@ description: 'This action publishes a package to the npm registry.'
4
inputs:
5
token:
6
description: 'The npm token to use for authentication.'
7
- required: true
+ required: false
8
is_beta:
9
description: 'A stringified boolean indicating whether to publish the package as a beta version.'
10
required: false
0 commit comments