Skip to content

use gradle-maven-publish-plugin as it creates staging repository it… #18

use gradle-maven-publish-plugin as it creates staging repository it…

use gradle-maven-publish-plugin as it creates staging repository it… #18

Workflow file for this run

name: Build release
on:
push:
tags:
- '*'
jobs:
# checks:
# uses: ./.github/workflows/run-checks.yml
publish:
# needs: [ checks ]
uses: ./.github/workflows/publish-release.yml
secrets: inherit