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 88a9712 commit 9b267e5Copy full SHA for 9b267e5
.github/workflows/sdk-deprecate-npm.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
if [ -n "${{ github.event.inputs.package_version }}" ]; then
44
echo "Deprecating @iexec/dataprotector@${{ github.event.inputs.package_version }}"
45
- npm deprecate @iexec/dataprotector@${{ github.event.inputs.package_version }} "deprecate ${{ github.event.inputs.package_version }}"
+ npm deprecate @iexec/dataprotector@${{ github.event.inputs.package_version }} "This version is no longer supported"
46
echo "✅ Successfully deprecated version ${{ github.event.inputs.package_version }}"
47
else
48
echo "❌ Package version is not set"
0 commit comments