Skip to content

Commit c328daf

Browse files
Adding Workflow Job Definition for UpdateModuleTag
1 parent d146751 commit c328daf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

GitHub/Jobs/UpdateModuleTag.psd1

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

0 commit comments

Comments
 (0)