From 0cdc0d22432f151748a8e7de00a38bb46a51a8bd Mon Sep 17 00:00:00 2001 From: Jonas Alves Date: Tue, 5 May 2026 00:43:09 +0100 Subject: [PATCH] fix(ci): rename publish.yml to release-please.yml for trusted publishing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit npmjs.com Trusted Publishing is configured per workflow file path. The existing config on the @absmartly/cli package points at '.github/workflows/release-please.yml' with job name 'publish' — so renaming the file (contents unchanged) restores OIDC auth without requiring repo-side secrets or a Trusted Publisher reconfiguration on npmjs.com. The internal 'name: Publish' is unchanged. Job name 'publish' is unchanged. Only the file path on disk changed. --- .github/workflows/{publish.yml => release-please.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{publish.yml => release-please.yml} (100%) diff --git a/.github/workflows/publish.yml b/.github/workflows/release-please.yml similarity index 100% rename from .github/workflows/publish.yml rename to .github/workflows/release-please.yml