From 2eefd6ca83f2d4423c1c6e468ed300e71a826e54 Mon Sep 17 00:00:00 2001 From: Pallas Cain <89534001+PCain02@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:02:49 -0400 Subject: [PATCH] Fix: Update tag_publish.yml to display Tag Publish as workflow name --- .github/workflows/tag_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag_publish.yml b/.github/workflows/tag_publish.yml index e303ee4a..b0d82ac7 100644 --- a/.github/workflows/tag_publish.yml +++ b/.github/workflows/tag_publish.yml @@ -1,6 +1,6 @@ # Publishing workflow -name: Publish +name: Tag Publish # Use more columns for terminal output env: @@ -54,4 +54,4 @@ jobs: echo "Package gatorgrade version $version was not found on PyPI." exit 1 fi - \ No newline at end of file +