From 02a3c5d308826113b0cd4cf5f9c759bff83a3f7d Mon Sep 17 00:00:00 2001 From: Jikstra <34889164+Jikstra@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:27:52 +0200 Subject: [PATCH] Update release instructions for node --- node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/README.md b/node/README.md index ab2fb824c..f0121d2b8 100644 --- a/node/README.md +++ b/node/README.md @@ -234,7 +234,7 @@ We have the following scripts for building, testing and coverage: The following steps are needed to make a release: 1. Wait until `pack-module` github action is completed -2. Run `npm publish https://download.delta.chat/node/deltachat-node-v1.x.x.tar.gz` to publish it to npm. You probably need write rights to npm. +2. Run `npm publish https://download.delta.chat/node/deltachat-node-1.x.x.tar.gz` to publish it to npm. You probably need write rights to npm. ## License