Skip to content

Commit

Permalink
feat: add skipDuplicate parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
HaaLeo committed Jul 5, 2023
1 parent a060d49 commit b7cb56a
Show file tree
Hide file tree
Showing 6 changed files with 935 additions and 349 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ inputs:
description: 'Check that dependencies defined in package.json exist in node_modules. Set to false if using pnpm or yarn v2+ with pnp.'
required: false
default: true
skipDuplicate:
description: 'Don\'t throw an error when the package version is already present in the registry'
required: false
default: false

outputs:
vsixPath:
Expand Down
Loading

0 comments on commit b7cb56a

Please sign in to comment.