Update .github/workflows/tagged-release.yml
Some checks failed
tagged-release / Tagged Release (push) Failing after 2m14s
Some checks failed
tagged-release / Tagged Release (push) Failing after 2m14s
This commit is contained in:
parent
d0a0796e14
commit
28e72503a6
15
.github/workflows/tagged-release.yml
vendored
15
.github/workflows/tagged-release.yml
vendored
@ -11,6 +11,8 @@ jobs:
|
|||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Clone repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
@ -19,17 +21,12 @@ jobs:
|
|||||||
- name: Setup Gradle
|
- name: Setup Gradle
|
||||||
uses: gradle/gradle-build-action@v2
|
uses: gradle/gradle-build-action@v2
|
||||||
with:
|
with:
|
||||||
|
cache-disabled: true
|
||||||
gradle-version: "8.10"
|
gradle-version: "8.10"
|
||||||
- name: Clone repository
|
- name: NPM
|
||||||
uses: GuillaumeFalourd/clone-github-repo-action@main
|
run: npm i
|
||||||
with:
|
|
||||||
branch: 'master'
|
|
||||||
owner: 'TopchetoEU'
|
|
||||||
repository: 'java-jscript'
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: gradle build
|
||||||
cd java-jscript; gradle build
|
|
||||||
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user