Skip to content

Commit

Permalink
Fixed release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Feb 26, 2024
1 parent e7e5a28 commit bb4327e
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 @@ -4,7 +4,7 @@ on: push

jobs:
build_binary:
# if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit bb4327e

Please sign in to comment.