Skip to content

Commit

Permalink
fix: Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcaneTSGK authored Jul 30, 2024
1 parent 3b20a5b commit a7dc6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Build
runs-on: windows-2022
env:
CREATE_RELEASE: ${{ github.ref_name == 'main') && !contains(github.event.head_commit.message, 'dependabot[bot]') }}
CREATE_RELEASE: ${{ github.ref_name == 'main' && !contains(github.event.head_commit.message, 'dependabot[bot]') }}
CREATE_PRERELEASE: ${{ github.ref_name != 'main') }}
steps:
- name: checkout
Expand Down

0 comments on commit a7dc6f3

Please sign in to comment.