Skip to content

Commit

Permalink
chore: fix deprecate package pipeline parameters (#32992)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokirpa authored Oct 7, 2024
1 parent 21803e0 commit 4f94005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.deprecate-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- template: .devops/templates/tools.yml@self

- script: |
npm deprecate $(packageSpec) "$(message)" --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmToken)
npm deprecate ${{ parameters.packageSpec }} "${{ parameters.message }}" --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmToken)
displayName: 'Deprecate package'
Expand Down

0 comments on commit 4f94005

Please sign in to comment.