Skip to content

Commit

Permalink
Add the name to the workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
otegami committed Dec 19, 2024
1 parent e59b35c commit 5a8fd6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@ jobs:
release:
if: |
github.ref_type == 'tag'
name: Release for Windows MSVC
needs: windows-msvc
uses: ./.github/workflows/release.yml
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
release:
if: |
github.ref_type == 'tag'
name: Release
needs: build
uses: ./.github/workflows/release.yml
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ jobs:
release:
if: |
github.ref_type == 'tag'
name: Release
needs: build
uses: ./.github/workflows/release.yml
with:
Expand Down

0 comments on commit 5a8fd6f

Please sign in to comment.