Skip to content

Commit 8d8cf2f

Browse files
authored
fix: Add quotes around message to fix npm deprecate command (#652)
1 parent 96d36c0 commit 8d8cf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm_deprecate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
node-version: '20.x'
2525
registry-url: 'https://registry.npmjs.org'
2626
- name: Deprecate Version
27-
run: npm deprecate aws-rum-web@${{ github.event.inputs.version }} ${{ github.event.inputs.message }}
27+
run: npm deprecate aws-rum-web@${{ github.event.inputs.version }} "${{ github.event.inputs.message }}"
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)