Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-peterson committed Aug 23, 2024
1 parent a619d9c commit a08f850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/GitlabCli/GitlabCli.psd1
Original file line number Diff line number Diff line change
@@ -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 = @{
Expand Down

0 comments on commit a08f850

Please sign in to comment.