Skip to content

Commit 0d48b73

Browse files
committed
Added correct deploy var.
1 parent 5cfd476 commit 0d48b73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: Publish PowerShell
3131
uses: natescherer/[email protected]
3232
with:
33-
token: ${{ secrets.fake}}
33+
token: ${{ secrets.PSGalleryToken }}
3434
target: gallery
3535
path: ${{ steps.repo_name.outputs.repo_name }}/

src/PSSWAPI.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PSSWAPI.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.1.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)