Skip to content

Commit

Permalink
Merge pull request #9 from alagoutte/fix-gba-release
Browse files Browse the repository at this point in the history
Fix GitHub Action release (add PowerArubaCP dependancy) and bump to 0.1.1
  • Loading branch information
tpcarman authored Jan 31, 2024
2 parents 8ec9999 + 7be3e68 commit 0026ff3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
shell: pwsh
run: |
Install-Module -Name AsBuiltReport.Core -Repository PSGallery -Force
- name: Install PowerArubaCP module
shell: pwsh
run: |
Install-Module -Name PowerArubaCP -Repository PSGallery -Force
- name: Test Module Manifest
shell: pwsh
run: |
Expand Down
2 changes: 1 addition & 1 deletion AsBuiltReport.Aruba.ClearPass.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'AsBuiltReport.Aruba.ClearPass.psm1'

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '0.1.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# :arrows_clockwise: Aruba ClearPass As Built Report Changelog

## [0.1.1] - 2024-01-31

### Fixed

- Fixed Github Action Release process (add missing PowerArubaCP dependancy)

## [0.1.0] - 2024-01-30

### Added
Expand Down

0 comments on commit 0026ff3

Please sign in to comment.