Skip to content

gradle-plugin raw description #213

gradle-plugin raw description

gradle-plugin raw description #213

Workflow file for this run

name: Update Version
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 16
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew tools:checkJitPack
- name: Push changes
run: |
git config --global user.email "cli@github.com"
git config --global user.name "Github Actions"
git add versions/*
git commit --allow-empty -m "[version-update]"
git push https://Zelaux:${{ secrets.API_TOKEN_GITHUB }}@github.com/Zelaux/ZelauxModCore