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 Feb 7, 2025
1 parent 70eb9f2 commit 843c506
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 @@ -23,6 +23,9 @@ inputs:
NPM_REGISTRY:
description: 'The NPM Registry to use'
required: true
NPM_CACHE_CERT:
description: 'The NPM Registry cert'
required: false

# NUGET
NUGET_PUBLIC_RESTORE_FEED_CACHE:
Expand Down Expand Up @@ -371,6 +374,7 @@ runs:
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}}
NPM_CACHE_CERT: ${{inputs.NPM_CACHE_CERT}}
PROJECT_TO_PUBLISH: ${{inputs.PROJECT_TO_PUBLISH}}

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

0 comments on commit 843c506

Please sign in to comment.