Skip to content

Commit 0202a3e

Browse files
committed
v1.3.10
1 parent 66ca82c commit 0202a3e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ jobs:
9393

9494
- name: Upload to Release
9595
uses: svenstaro/upload-release-action@v2
96-
if: github.event_name == 'release' && github.event.action == 'published'
96+
if: |
97+
(github.event_name == 'release' && github.event.action == 'published') ||
98+
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
9799
with:
98100
repo_token: ${{ secrets.GITHUB_TOKEN }}
99101
tag: ${{ github.ref }}

config/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.9
1+
1.3.10

0 commit comments

Comments
 (0)