Skip to content

Commit 9b267e5

Browse files
ci: update deprecate message
Co-authored-by: pjt <[email protected]>
1 parent 88a9712 commit 9b267e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk-deprecate-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
if [ -n "${{ github.event.inputs.package_version }}" ]; then
4444
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 }}"
45+
npm deprecate @iexec/dataprotector@${{ github.event.inputs.package_version }} "This version is no longer supported"
4646
echo "✅ Successfully deprecated version ${{ github.event.inputs.package_version }}"
4747
else
4848
echo "❌ Package version is not set"

0 commit comments

Comments
 (0)