Skip to content

chore(github): Updated workflows to use shared workflows #67

chore(github): Updated workflows to use shared workflows

chore(github): Updated workflows to use shared workflows #67

Workflow file for this run

name: Release
on:
push:
branches:
- "release/**"
jobs:
call-workflow:
uses: jensborch/workflows/.github/workflows/gradle-release.yml@main
secrets: inherit
permissions:
contents: write
pull-requests: write
with:
java-version: 8