diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14ff383..fdbb159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: - '.swiftlint.yml' - ".github/workflows/**" - "Package.swift" - - "Source/**" + - "Sources/**" - "Tests/**" jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index cd89a3d..64fb782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,10 @@ All notable changes to this project will be documented in this file. Released on 2024-01-14. #### Fixed +- Fix a typo in `ci.yml` + - Fixed in Pull Request [#4](https://github.com/space-code/skeleton-ui/pull/4). - Fix the package building for the new Xcode 15.2. - - Fixed in Pull Request[#3](https://github.com/space-code/skeleton-ui/pull/3). + - Fixed in Pull Request [#3](https://github.com/space-code/skeleton-ui/pull/3). ## [1.0.0](https://github.com/space-code/skeleton-ui/releases/tag/1.0.0) Released on 2024-01-08.