Skip to content

Commit

Permalink
Fix format for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
otegami committed Dec 19, 2024
1 parent 5a8fd6f commit e9fdff4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ jobs:
release:
if: |
github.ref_type == 'tag'
github.ref_type == "tag"
name: Release for Windows MSVC
needs: windows-msvc
uses: ./.github/workflows/release.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
path: "release-document-*.txt"
release:
if: |
github.ref_type == 'tag'
github.ref_type == "tag"
name: Release
needs: build
uses: ./.github/workflows/release.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
release:
if: |
github.ref_type == 'tag'
github.ref_type == "tag"
name: Release
needs: build
uses: ./.github/workflows/release.yml
Expand Down

0 comments on commit e9fdff4

Please sign in to comment.