This commit is contained in:
Alireza Ahmadi
2026-02-13 22:00:55 +01:00
parent 66ca82c635
commit 0202a3e055
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -93,7 +93,9 @@ jobs:
- name: Upload to Release - name: Upload to Release
uses: svenstaro/upload-release-action@v2 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: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }} tag: ${{ github.ref }}
+1 -1
View File
@@ -1 +1 @@
1.3.9 1.3.10