From a08f850d007b9c04b7315411a4f07907291630bd Mon Sep 17 00:00:00 2001 From: Chris Peterson Date: Thu, 22 Aug 2024 20:37:55 -0700 Subject: [PATCH] t --- .github/workflows/deploy.yml | 2 +- src/GitlabCli/GitlabCli.psd1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b86c5b2..b30a345 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: Publish PowerShell Module - uses: natescherer/publish-powershell-action@v1 + uses: natescherer/publish-powershell-action@v1.1.1 with: token: ${{ secrets.PS_GALLERY_KEY }} target: gallery diff --git a/src/GitlabCli/GitlabCli.psd1 b/src/GitlabCli/GitlabCli.psd1 index 7b3f905..1fdc11e 100644 --- a/src/GitlabCli/GitlabCli.psd1 +++ b/src/GitlabCli/GitlabCli.psd1 @@ -1,7 +1,7 @@ @{ ModuleVersion = '1.114.0' - RequiredModules = @('powershell-yaml', @{ModuleName='powershell-yaml'; ModuleVersion='0.4.7'; GUID='6a75a662-7f53-425a-9777-ee61284407da'}) + RequiredModules = @('powershell-yaml') PrivateData = @{ PSData = @{