Skip to content

Commit

Permalink
Merge pull request #37 from siropkin/develop
Browse files Browse the repository at this point in the history
Fix GitHub Pipeline
  • Loading branch information
siropkin authored Nov 20, 2024
2 parents d0fd0a1 + d3725aa commit 459b179
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 20 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
uses: jlumbroso/[email protected]
# jlumbroso/[email protected]:
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
with:
tool-cache: false
large-packages: false
Expand Down Expand Up @@ -109,7 +110,7 @@ jobs:

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@v1.3.1
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
with:
tool-cache: false
large-packages: false
Expand Down Expand Up @@ -160,7 +161,7 @@ jobs:

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@v1.3.1
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
with:
tool-cache: false
large-packages: false
Expand Down Expand Up @@ -194,7 +195,7 @@ jobs:

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@v1.3.1
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
with:
tool-cache: false
large-packages: false
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
pull-requests: write
steps:

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
# jlumbroso/[email protected]:
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
with:
tool-cache: false
large-packages: false

# Check out the current repository
- name: Fetch Sources
uses: actions/checkout@v4
Expand Down
16 changes: 0 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,3 @@ Version skipped due to a mistake in the release process.
### Added

- Initial release

[Unreleased]: https://github.com/siropkin/kursor/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/siropkin/kursor/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/siropkin/kursor/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/siropkin/kursor/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/siropkin/kursor/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/siropkin/kursor/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/siropkin/kursor/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/siropkin/kursor/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/siropkin/kursor/compare/v1.0.5...v1.1.0
[1.0.5]: https://github.com/siropkin/kursor/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/siropkin/kursor/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/siropkin/kursor/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/siropkin/kursor/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/siropkin/kursor/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/siropkin/kursor/commits/v1.0.0

0 comments on commit 459b179

Please sign in to comment.