Skip to content

Commit

Permalink
fix: manifest and action
Browse files Browse the repository at this point in the history
  • Loading branch information
jformacek committed Jan 3, 2025
1 parent d682264 commit 7f4b98a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
Write-Host "Signed files summary:"
Get-AuthenticodeSignature -FilePath $files
- name: Install prerequisites
shell: pwsh
run: |
Install-Module AadAuthenticationFactory -AllowPrerelease -Force -Scope CurrentUser
- name: Publish
#Publish to PS Gallery
shell: pwsh
Expand Down
4 changes: 2 additions & 2 deletions Module/GetLicenseInfo/GetLicenseInfo.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'beta1'
Prerelease = 'beta2'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false

# External dependent modules of this module
ExternalModuleDependencies = @('AadAuthenticationFactory')
# ExternalModuleDependencies = @('AadAuthenticationFactory')

} # End of PSData hashtable

Expand Down

0 comments on commit 7f4b98a

Please sign in to comment.