Skip to content

Commit d146751

Browse files
Adding Workflow Job Definition for PublishToGallery
1 parent 7a759ea commit d146751

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

GitHub/Jobs/PublishToGallery.psd1

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@{
2+
"runs-on" = "ubuntu-latest"
3+
if = '${{ success() }}'
4+
steps = @(
5+
@{
6+
name = 'Check out repository'
7+
uses = 'actions/checkout@v2'
8+
}, 'PublishPowerShellGallery'
9+
)
10+
}
11+
12+

0 commit comments

Comments
 (0)