From f1368dd418b2a41e41bc2351d6ee069b3cb6dfdd Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Tue, 28 Oct 2025 13:34:37 +0100 Subject: [PATCH] maint(resources): rename npm-publish workflow and give detailed title --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index fb9d1cdfda..c538598d49 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,8 +14,8 @@ # user: The user that triggered the build or created the PR # isTestBuild: false for Releases, otherwise true -name: "npm publish" -run-name: "npm publish - sha: ${{ github.event.client_payload.buildSha }}, user: @${{ github.event.client_payload.user }}, isTestBuild: ${{ github.event.client_payload.isTestBuild }}" +name: "npm pack/publish" +run-name: "npm pack/publish - branch: ${{ github.event.client_payload.branch }} sha: ${{ github.event.client_payload.buildSha }}, user: @${{ github.event.client_payload.user }}, isTestBuild: ${{ github.event.client_payload.isTestBuild }}" on: repository_dispatch: types: ['npm-publish:*']