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`. ---