Skip to content

Commit 4c58343

Browse files
authored
chore(ci): fix release flow (#742)
Also reverts the pseudo-release that was 0.21.1 as it didn't fully work)
1 parent 65c2826 commit 4c58343

File tree

5 files changed

+131
-127
lines changed

5 files changed

+131
-127
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
steps:
147147
- uses: actions/checkout@v4
148148
with:
149-
ref: ${{ needs.update_changelog.changelog_commitish }}
149+
ref: ${{ needs.update_changelog.outputs.changelog_commitish }}
150150

151151
- name: Use Node.js 22
152152
uses: actions/setup-node@v4

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.21.1](https://github.com/apify/apify-cli/releases/tag/v0.21.1) (2025-02-05)
5+
<!-- git-cliff-unreleased-start -->
6+
7+
## 0.21.1 - **not yet released**
68

79
### 🐛 Bug Fixes
810

911
- Emit logs to stderr when actors are started with `--json` flag ([#741](https://github.com/apify/apify-cli/pull/741)) ([a50b80e](https://github.com/apify/apify-cli/commit/a50b80e1e8f636b6878de8f8c30032c14daf8105)) by [@vladfrangu](https://github.com/vladfrangu), closes [#740](https://github.com/apify/apify-cli/issues/740)
1012

13+
<!-- git-cliff-unreleased-end -->
14+
1115
## [0.21.0](https://github.com/apify/apify-cli/releases/tag/v0.21.0) (2025-01-16)
1216

1317
### 🚀 Features

0 commit comments

Comments
 (0)