From 8938adadcd249159e04949be5322c41d7361fb3e Mon Sep 17 00:00:00 2001 From: "antoine.choimet" <12182686+achoimet@users.noreply.github.com.> Date: Fri, 25 Sep 2026 15:23:12 +0200 Subject: [PATCH] docs: releases are published by the CI workflow --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 421a3ed..30ba91a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,7 +95,7 @@ npm i -g steadybit-*.tgz ## Releasing Releases are published by CI, not from a workstation: pushing a `v*` tag triggers -[the release workflow](.github/workflows/release.yml), which publishes to npm via +[the release job of the CI workflow](.github/workflows/ci.yml), which publishes to npm via trusted publishing and pushes the Docker image. Never run `npm publish` locally. ```sh