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.
2 parents 5cfd476 + 0d48b73 commit dbb530eCopy full SHA for dbb530e
.github/workflows/deploy-code.yml
@@ -30,6 +30,6 @@ jobs:
30
- name: Publish PowerShell
31
uses: natescherer/[email protected]
32
with:
33
- token: ${{ secrets.fake}}
+ token: ${{ secrets.PSGalleryToken }}
34
target: gallery
35
path: ${{ steps.repo_name.outputs.repo_name }}/
src/PSSWAPI.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'PSSWAPI.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '0.1.0'
+ModuleVersion = '0.1.1'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
0 commit comments