We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d146751 commit c328dafCopy full SHA for c328daf
GitHub/Jobs/UpdateModuleTag.psd1
@@ -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