Skip to content

Commit

Permalink
style: prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wurielle authored and actions-user committed Dec 26, 2023
1 parent 84464b5 commit b591e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
prerelease: ${{ contains(github.ref, 'rc') || contains(github.ref, 'beta') || contains(github.ref, 'alpha')}}

deploy:
needs: [ release ]
needs: [release]
strategy:
matrix:
os: [ windows-2022 ]
os: [windows-2022]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit b591e62

Please sign in to comment.