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 d642d60 commit 82bdc78Copy full SHA for 82bdc78
.github/workflows/deploy-code.yml
@@ -19,10 +19,6 @@ jobs:
19
name: Deploy
20
runs-on: ubuntu-latest
21
needs: validation
22
- inputs:
23
- message:
24
- description: "Testing this out!"
25
- required: true
26
steps:
27
- name: Checkout Code
28
uses: actions/checkout@v3
src/PSSWAPI.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'PSSWAPI.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '0.1.4'
+ModuleVersion = '0.1.5'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
0 commit comments