From 0a8075424d1262832e6a38c1ebca82919f522089 Mon Sep 17 00:00:00 2001 From: "James Armes (they/them)" Date: Thu, 10 Oct 2024 17:30:02 -0400 Subject: [PATCH] ci: Updated names of release workflows to be more accurate (#6) --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4e6b0ef..c2a9959 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: # Builds a new release for the module by bumping the version number and # generating a changelog entry. Commit the changes and open a pull request. build-release: - name: Build a release for the module + name: Build new release runs-on: ubuntu-latest if: ${{ !startsWith(github.event.head_commit.message, 'bump:') }} steps: @@ -35,7 +35,7 @@ jobs: # Creates a new tag and GitHub release for the module. release: - name: Build a release for the module + name: Release module runs-on: ubuntu-latest if: startsWith(github.event.head_commit.message, 'bump:') steps: