Skip to content

Commit 7e2611b

Browse files
Merge pull request #155 from gabriel-samfira/prepare-0.4.8
Remove pre-release label
2 parents 2333d5e + 8a42212 commit 7e2611b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
os: [ubuntu-22.04, ubuntu-20.04, macos-12, windows-2019, windows-2022]
43+
os: [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-2019, windows-2022]
4444

4545
steps:
4646
- uses: actions/checkout@v3

powershell-yaml.psd1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ ModuleVersion = '0.4.8'
2929

3030
PrivateData = @{
3131
PSData = @{
32-
Prerelease = 'rc2'
3332
LicenseUri = 'https://github.com/cloudbase/powershell-yaml/blob/master/LICENSE'
3433
ProjectUri = 'https://github.com/cloudbase/powershell-yaml'
3534
}

0 commit comments

Comments
 (0)