Skip to content

Commit

Permalink
ci(workflow): update release job name
Browse files Browse the repository at this point in the history
The release job name in the GitHub Actions workflow is updated from 'Release - ${{ matrix.platform.release_for }}' to 'Release Ntangler Client - ${{ matrix.platform.release_for }}'. This change provides more clarity on the job's purpose.
  • Loading branch information
rrrodzilla committed Jun 30, 2024
1 parent 320f589 commit ce4fe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'
jobs:
release:
name: Release - ${{ matrix.platform.release_for }}
name: Release Ntangler Client - ${{ matrix.platform.release_for }}
strategy:
matrix:
platform:
Expand Down

0 comments on commit ce4fe7f

Please sign in to comment.