v1.3.10
This commit is contained in:
@@ -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 }}
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
1.3.9
|
||||
1.3.10
|
||||
+1
-1
Submodule frontend updated: ade7c316e7...b13bf76327
Reference in New Issue
Block a user