Skip to content

Commit 25c2a5d

Browse files
Fix npm_deprecate workflow
1 parent 1940a2e commit 25c2a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm_deprecate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
yarn config set npmAuthToken ${{ secrets.NPM_TOKEN }}
2828
- run: |
2929
PACKAGE_NAME=$(node -p "require('./package.json').name")
30-
yarn npm deprecate "${PACKAGE_NAME}@${{ inputs.version }}" "${{ inputs.message }}"
30+
yarn exec npm deprecate "${PACKAGE_NAME}@${{ inputs.version }}" "${{ inputs.message }}"

0 commit comments

Comments
 (0)