Update library description #21
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Gradle Publish Release | |
| on: | |
| push: | |
| tags: | |
| - "v[0-9]*.[0-9]*.[0-9]*" # pattern for v1.2.3 | |
| - "v[0-9]*.[0-9]*.[0-9]*-*" # pattern for v1.2.3-suffix | |
| jobs: | |
| publish-release: | |
| name: Publish Release | |
| uses: problem4j/problem4j-workflows/.github/workflows/gradle-publish-release.yml@main | |
| with: | |
| publish-task: publishAllPublicationsToCentralPortal | |
| secrets: inherit |