From 383a33f04be1610b11f369506c3fb2a721338cf4 Mon Sep 17 00:00:00 2001 From: Ivan Matveev Date: Sat, 30 May 2026 19:30:08 +0200 Subject: [PATCH] ci: use publish workflow filename --- .github/workflows/{release.yml => publish.yml} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{release.yml => publish.yml} (100%) diff --git a/.github/workflows/release.yml b/.github/workflows/publish.yml similarity index 100% rename from .github/workflows/release.yml rename to .github/workflows/publish.yml diff --git a/README.md b/README.md index 4765003..1efa6a0 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ npm run ci npm run local-release ``` -GitHub Actions needs `NPM_TOKEN` as a repository secret, or npm trusted publishing configured for `.github/workflows/release.yml`. +GitHub Actions needs `NPM_TOKEN` as a repository secret, or npm trusted publishing configured for `.github/workflows/publish.yml`. ---