Skip to content

Commit

Permalink
fix: evalulate expression
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Mar 16, 2024
1 parent f0feb03 commit 3d0d765
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 @@ -35,7 +35,7 @@ jobs:
build:
strategy:
matrix:
is-release: startsWith(github.ref, 'refs/tags/')
is-release: ${{ startsWith(github.ref, 'refs/tags/') }}
include:
- is-release: false
os: windows-latest
Expand Down

0 comments on commit 3d0d765

Please sign in to comment.