GitHub/Jobs/TagReleaseAndPublish.psd1
@{ "runs-on" = "ubuntu-latest" if = '${{ success() }}' steps = @( @{ name = 'Check out repository' uses = 'actions/checkout@v2' }, 'TagModuleVersion','ReleaseModule','PublishPowerShellGallery' ) } |