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
|
||||
on:
|
||||
- release
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
jobs:
|
||||
gradle:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Commit
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Fetch Tags
|
||||
run: git fetch --unshallow --tags -f
|
||||
- name: Set up JDK
|
||||
|
|
Loading…
Reference in a new issue