RockLib.Messaging.NamedPipes 4.0.1 #50
Workflow file for this run
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: 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 |