Compare commits
No commits in common. "971b6655d40d200c2a457488c5adc11784548688" and "93cae33bb013907a472656df7c6fa71b7a8d3cb9" have entirely different histories.
971b6655d4
...
93cae33bb0
10
.github/workflows/tagged-release.yml
vendored
10
.github/workflows/tagged-release.yml
vendored
@ -12,12 +12,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '11'
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
@ -25,10 +25,10 @@ jobs:
|
||||
gradle-version: "8.10"
|
||||
- name: Build
|
||||
run: gradle build
|
||||
- name: Create release
|
||||
uses: "https://gitea.com/actions/gitea-release-action@main"
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
# api_key: "${{secrets.TOKEN}}"
|
||||
repo_token: "${{ secrets.TOKEN }}"
|
||||
prerelease: false
|
||||
files: |
|
||||
java-jscript/LICENSE
|
||||
java-jscript/build/libs/*.jar
|
@ -1,4 +1,4 @@
|
||||
project_group = me.topchetoeu
|
||||
project_name = jscript
|
||||
project_version = 0.10.0-beta
|
||||
project_version = 0.10-beta
|
||||
main_class = me.topchetoeu.jscript.repl.SimpleRepl
|
||||
|
Loading…
Reference in New Issue
Block a user