From a696ef91fa84e80e52c72499496fe71f8ce46a22 Mon Sep 17 00:00:00 2001 From: Sebastian Werner Date: Wed, 22 Jul 2026 23:38:24 +0200 Subject: [PATCH] fix: align npm trusted publishing workflow name --- .github/workflows/{release-please.yml => publish.yml} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{release-please.yml => publish.yml} (100%) diff --git a/.github/workflows/release-please.yml b/.github/workflows/publish.yml similarity index 100% rename from .github/workflows/release-please.yml rename to .github/workflows/publish.yml diff --git a/README.md b/README.md index 8ff65df..99546e9 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ pnpm test:integration # Network/ffmpeg integration tests ### Releases -Releases are automated with [Release Please](https://github.com/googleapis/release-please). Merging its release PR updates the package version and changelog, creates the GitHub release, and publishes the package to npm. The recommended setup is [npm Trusted Publishing](https://docs.npmjs.com/trusted-publishers/) for the `release-please.yml` workflow; an `NPM_TOKEN` repository secret remains supported as a fallback. A `RELEASE_PLEASE_TOKEN` secret is recommended so release PRs run the regular pull-request CI. To recover a release after configuring npm authentication, run the `Release` workflow manually with `publish` set to `true`. +Releases are automated with [Release Please](https://github.com/googleapis/release-please). Merging its release PR updates the package version and changelog, creates the GitHub release, and publishes the package to npm. The recommended setup is [npm Trusted Publishing](https://docs.npmjs.com/trusted-publishers/) for the `publish.yml` workflow; an `NPM_TOKEN` repository secret remains supported as a fallback. A `RELEASE_PLEASE_TOKEN` secret is recommended so release PRs run the regular pull-request CI. To recover a release after configuring npm authentication, run the `Release` workflow manually with `publish` set to `true`. ### Adding a New Platform