Skip to content

Merge pull request #63 from zeroBzeroT/dependabot/github_actions/grad… #26

Merge pull request #63 from zeroBzeroT/dependabot/github_actions/grad…

Merge pull request #63 from zeroBzeroT/dependabot/github_actions/grad… #26

Workflow file for this run

name: '🚔'
on: [ push, pull_request ]
permissions:
contents: write
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gradle/actions/wrapper-validation@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
check-latest: true
cache: 'gradle'
- run: ./gradlew --console plain --no-daemon --full-stacktrace check build
- uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
body: 'automated release at commit ${{ github.sha }}'
files: 'build/dist/*.jar'