We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d36c0 commit 8d8cf2fCopy full SHA for 8d8cf2f
.github/workflows/npm_deprecate.yaml
@@ -24,6 +24,6 @@ jobs:
24
node-version: '20.x'
25
registry-url: 'https://registry.npmjs.org'
26
- name: Deprecate Version
27
- run: npm deprecate aws-rum-web@${{ github.event.inputs.version }} ${{ github.event.inputs.message }}
+ run: npm deprecate aws-rum-web@${{ github.event.inputs.version }} "${{ github.event.inputs.message }}"
28
env:
29
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments