Skip to content

v4.1.2

v4.1.2 #19

Workflow file for this run

name: release
on:
release:
types: [published]
jobs:
build:
name: Build
uses: ./.github/workflows/build.yaml
release:
name: Release
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup host
uses: ./.github/workflows/setup-host
- name: Publish
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
run: ./gradlew -s publish