From faf9cb2ea2116bae86cba614d9b1ac7faf04ce69 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Fri, 16 Aug 2024 16:15:14 -0400 Subject: [PATCH] Include the package name in the Publish Workflow run (#1793) --- .github/workflows/releases.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 3f69cb63..592f7707 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -1,5 +1,7 @@ name: Publish NPM +run-name: Publish NPM - ${{ github.event.inputs.package }} + on: workflow_dispatch: inputs: