Fix case where we pass ServiceDefinition to the builder already (#402) #251
This file contains 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: Trigger release | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
publish-to-maven-central: | |
uses: ./.github/workflows/release.yml | |
secrets: inherit |