diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d9d6370..38fb6c3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [main] + branches: [troubleshoot-old-action] jobs: build: @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: Publish Module to PowerShell Gallery - uses: pcgeek86/publish-powershell-module-action@v20 + uses: chris-peterson/publish-powershell-module-action@update-base-os id: publish-module with: NuGetApiKey: ${{ secrets.PS_GALLERY_KEY }} diff --git a/src/GitlabCli/GitlabCli.psd1 b/src/GitlabCli/GitlabCli.psd1 index 7b3f905..8f3e49a 100644 --- a/src/GitlabCli/GitlabCli.psd1 +++ b/src/GitlabCli/GitlabCli.psd1 @@ -1,7 +1,7 @@ @{ - ModuleVersion = '1.114.0' + ModuleVersion = '1.114.1' - RequiredModules = @('powershell-yaml', @{ModuleName='powershell-yaml'; ModuleVersion='0.4.7'; GUID='6a75a662-7f53-425a-9777-ee61284407da'}) + RequiredModules = @('powershell-yaml') PrivateData = @{ PSData = @{