Skip to content

Commit

Permalink
v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Apr 16, 2021
1 parent df0cbe4 commit 4735c26
Show file tree
Hide file tree
Showing 2 changed files with 154,282 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
runs-on: ${{ matrix.os }}
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
if: ${{ startsWith(github.event.head_commit.message, 'v') }}

strategy:
matrix:
Expand Down
Loading

0 comments on commit 4735c26

Please sign in to comment.