Skip to content

Commit

Permalink
Fix bump version script
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp committed Oct 16, 2024
1 parent e779bf4 commit 5f082d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ jobs:
./PSSailpoint/v2024/Build.ps1
./PSSailpoint/beta/Build.ps1
Import-Module -Name '.\PSSailpoint\beta\src\Tm.Beta' -Verbose
Import-Module -Name '.\PSSailpoint\v3\src\Tm.V3' -Verbose
Import-Module -Name '.\PSSailpoint\v2024\src\Tm.V2024' -Verbose
Import-Module -Name '.\PSSailpoint\beta\src\PSSailpoint.Beta' -Verbose
Import-Module -Name '.\PSSailpoint\v3\src\PSSailpoint.V3' -Verbose
Import-Module -Name '.\PSSailpoint\v2024\src\PSSailpoint.V2024' -Verbose
. .\Tm\Configuration.ps1
. .\Tm\Pagination.ps1
Expand Down

0 comments on commit 5f082d1

Please sign in to comment.