From 5220f5c49d0d34b7c2561ec6a202c33015e0af9f Mon Sep 17 00:00:00 2001 From: David Sheldrick Date: Thu, 29 Feb 2024 14:10:28 +0000 Subject: [PATCH] better name for publish-new --- .github/workflows/publish-new.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-new.yml b/.github/workflows/publish-new.yml index 619fc6388..c4eb35e8a 100644 --- a/.github/workflows/publish-new.yml +++ b/.github/workflows/publish-new.yml @@ -1,4 +1,4 @@ -name: Publish new version of public packages from main HEAD +name: Publish new packages from main # This bumps the version, updates the changelogs, publishes a GitHub release, and publishes the packages to npm. # Package publishing is manually triggered on github actions dashboard @@ -74,4 +74,4 @@ jobs: # NEXTJS_TEMPLATE_REPO_SSH_DEPLOY_KEY: ${{ secrets.NEXTJS_TEMPLATE_REPO_SSH_DEPLOY_KEY }} # needs: [ # deploy - # ] \ No newline at end of file + # ]