This commit is contained in:
TopchetoEU 2023-08-26 12:07:35 +03:00
parent d05cd19414
commit 9c872436c9
No known key found for this signature in database
GPG Key ID: 24E57B2E9C61AD19

View File

@ -3,7 +3,7 @@ name: "tagged-release"
on: on:
push: push:
tags: tags:
- "*" - "v*"
jobs: jobs:
tagged-release: tagged-release:
@ -31,5 +31,5 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}" repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false prerelease: false
files: | files: |
LICENSE java-jscript/LICENSE
dst/*.jar java-jscript/dst/*.jar