Skip to content

Commit

Permalink
Enable tag condition
Browse files Browse the repository at this point in the history
  • Loading branch information
warmans committed Jul 4, 2024
1 parent 93d7b5e commit 42411d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

release:
runs-on: ubuntu-latest
#if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Build Linux x86
working-directory: ${{env.working-directory}}
Expand Down

0 comments on commit 42411d3

Please sign in to comment.