Skip to content

Commit

Permalink
Fix syntax error in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Oct 21, 2023
1 parent 444f3a5 commit cfc330b
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 @@ -45,7 +45,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set version argument (Windows)
if: maxtrix.platform.os == 'windows-latest'
if: matrix.platform.os == 'windows-latest'
run: echo "Windows :("
env:
version_arg: 'package.version=\\\"${{ github.event.inputs.version }}\\\"'
Expand Down

0 comments on commit cfc330b

Please sign in to comment.