Skip to content

Commit

Permalink
Merge pull request #155 from gabriel-samfira/prepare-0.4.8
Browse files Browse the repository at this point in the history
Remove pre-release label
  • Loading branch information
gabriel-samfira authored Dec 12, 2024
2 parents 2333d5e + 8a42212 commit 7e2611b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04, macos-12, windows-2019, windows-2022]
os: [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-2019, windows-2022]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion powershell-yaml.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ ModuleVersion = '0.4.8'

PrivateData = @{
PSData = @{
Prerelease = 'rc2'
LicenseUri = 'https://github.com/cloudbase/powershell-yaml/blob/master/LICENSE'
ProjectUri = 'https://github.com/cloudbase/powershell-yaml'
}
Expand Down

0 comments on commit 7e2611b

Please sign in to comment.