Skip to content

Commit

Permalink
ci: Updated names of release workflows to be more accurate (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes authored Oct 10, 2024
1 parent 0697ace commit 0a80754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 0a80754

Please sign in to comment.