Skip to content

Commit 24ea975

Browse files
committed
Fixing workflow for automated releases
1 parent 3987adb commit 24ea975

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
# name: testpypi
2222
# url: https://test.pypi.org/p/cite-runner
2323
steps:
24+
- name: "Grab code"
25+
uses: actions/checkout@v4.2.2
26+
with:
27+
sparse-checkout: 'CHANGELOG.md'
28+
sparse-checkout-cone-mode: 'false'
2429
- name: "Download artifact"
2530
uses: actions/download-artifact@v4
2631
with:

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010

11-
## [v0.1.0]
11+
## [v0.1.1] - 2025-04-21
12+
13+
### Fixed
14+
15+
- Fix automated GitHub releases
16+
17+
18+
## [v0.1.0] - 2025-04-21
1219

1320
### Added
1421

1522
- First release
1623

1724

18-
[unreleased]: https://github.com/OSGeo/cite-runner/compare/v0.1.0...HEAD
19-
[v0.1.0]: https://github.com/OSGeo/releases/tag/v0.1.0
25+
[unreleased]: https://github.com/OSGeo/cite-runner/compare/v0.1.1...HEAD
26+
[v0.1.1]: https://github.com/OSGeo/cite-runner/releases/tag/v0.1.1
27+
[v0.1.0]: https://github.com/OSGeo/cite-runner/releases/tag/v0.1.0

0 commit comments

Comments
 (0)