diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5108fe7..0f5369f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -93,7 +93,9 @@ jobs: - name: Upload to Release uses: svenstaro/upload-release-action@v2 - if: github.event_name == 'release' && github.event.action == 'published' + if: | + (github.event_name == 'release' && github.event.action == 'published') || + (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} diff --git a/config/version b/config/version index 2fe9589..7c2791e 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -1.3.9 \ No newline at end of file +1.3.10 \ No newline at end of file diff --git a/frontend b/frontend index ade7c31..b13bf76 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit ade7c316e70ad92f42cd5b79d7fc091d241f7b2f +Subproject commit b13bf763271fb3817625a47d5750958de205b22f