This repository was archived by the owner on Sep 3, 2025. It is now read-only.
RockLib.Secrets 6.0.0 #15
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: Build and Publish | |
| #################################################################################################### | |
| ## WORKFLOW TRIGGER | |
| #################################################################################################### | |
| on: | |
| # Workflow will run when a release is published. | |
| release: | |
| types: [ released, prereleased ] | |
| #################################################################################################### | |
| ## WORKFLOW JOBS | |
| #################################################################################################### | |
| jobs: | |
| # Calls the shared build-and-publish workflow. | |
| call_build_and_publish: | |
| name: Call build-and-publish workflow | |
| uses: RockLib/RockLib.Workflows/.github/workflows/build-and-publish.yml@main | |
| secrets: inherit |