Skip to content

Commit

Permalink
[Actions] Updated .github/actions/build/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 15, 2024
1 parent 535ed84 commit a728981
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ inputs:
NPM_PACKAGE_STORE_SIGNING_WALLET_PASSWORD:
description: 'Password to unlock NPM_PACKAGE_STORE_SIGNING_WALLET'
required: false
NPM_REGISTRY:
description: 'The NPM Registry to use'
required: true

# NUGET
NUGET_PUBLIC_RESTORE_FEED_CACHE:
Expand Down Expand Up @@ -362,6 +365,7 @@ runs:
NPM_PACKAGE_STORE_SIGNING_WALLET: ${{inputs.NPM_PACKAGE_STORE_SIGNING_WALLET}}
NPM_PACKAGE_STORE_SIGNING_WALLET_PASSWORD: ${{inputs.NPM_PACKAGE_STORE_SIGNING_WALLET_PASSWORD}}
NPM_SIGNING: ${{steps.check_files.outputs.NPM_SIGNING_EXIST}}
NPM_REGISTRY: ${{inputs.NPM_REGISTRY}}
PROJECT_TO_PUBLISH: ${{inputs.PROJECT_TO_PUBLISH}}

############################################################################################################
Expand Down

0 comments on commit a728981

Please sign in to comment.