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 + # ]