We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe3f64 commit 59f6433Copy full SHA for 59f6433
.github/workflows/publish-module.yml
@@ -0,0 +1,10 @@
1
+name: Publish Module
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ publish-module:
8
+ name: Publish Module.
9
+ uses: PowerShellLibrary/.github/.github/workflows/publish-module.yml@master
10
+ secrets: inherit
0 commit comments