mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-24 21:37:59 +01:00
Fix github actions
This commit is contained in:
parent
5764585886
commit
aa97a81249
1 changed files with 5 additions and 1 deletions
6
.github/workflows/gradle-publish.yml
vendored
6
.github/workflows/gradle-publish.yml
vendored
|
@ -1,12 +1,16 @@
|
||||||
name: Publish To Maven
|
name: Publish To Maven
|
||||||
on:
|
on:
|
||||||
- release
|
push:
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
jobs:
|
jobs:
|
||||||
gradle:
|
gradle:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Commit
|
- name: Checkout Commit
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
- name: Fetch Tags
|
- name: Fetch Tags
|
||||||
run: git fetch --unshallow --tags -f
|
run: git fetch --unshallow --tags -f
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
|
|
Loading…
Reference in a new issue