From 743445ef8d777756f1820d0a3622b9b786099f47 Mon Sep 17 00:00:00 2001 From: Beki Date: Sun, 24 Mar 2024 22:31:19 +0900 Subject: [PATCH] Update workflow name to "Release Package to GitHub Packages" --- .github/workflows/npm-publish-github-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml index 75db5e4..a893d4a 100644 --- a/.github/workflows/npm-publish-github-packages.yml +++ b/.github/workflows/npm-publish-github-packages.yml @@ -1,7 +1,7 @@ # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created # For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages -name: jQuery Gantt Chart +name: Release Package to GitHub Packages on: release: