Skip to content

Commit

Permalink
Fix previous action
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-peterson committed Aug 23, 2024
1 parent b7763dd commit 96cdb12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [main]
branches: [troubleshoot-old-action]

jobs:
build:
Expand All @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions src/GitlabCli/GitlabCli.psd1
Original file line number Diff line number Diff line change
@@ -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 = @{
Expand Down

0 comments on commit 96cdb12

Please sign in to comment.