This commit is contained in:
parent
07e0d0ba3b
commit
0b6484e0b4
9
.github/workflows/tagged-release.yml
vendored
9
.github/workflows/tagged-release.yml
vendored
@ -26,10 +26,9 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: gradle build
|
run: gradle build
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: "https://gitea.com/actions/release-action@main"
|
uses: "https://gitea.com/actions/gitea-release-action@main"
|
||||||
with:
|
with:
|
||||||
api_key: "${{secrets.TOKEN}}"
|
# api_key: "${{secrets.TOKEN}}"
|
||||||
prerelease: false
|
|
||||||
files: |
|
files: |
|
||||||
java-jscript/LICENSE
|
LICENSE
|
||||||
java-jscript/build/libs/*.jar
|
build/libs/*.jar
|
Loading…
Reference in New Issue
Block a user