Skip to content

Commit 372808a

Browse files
authored
Hotfix releases (#379)
1 parent d843a0e commit 372808a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
with:
278278
node-version: 24.x
279279
registry-url: 'https://registry.npmjs.org'
280-
cache: ''
280+
package-manager-cache: false
281281

282282
- name: Install dependencies
283283
run: npm install --ignore-scripts

packages/kafka/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Kafka
2-
2+
33
This library provides utilities for implementing Kafka consumers and publishers.
44
While following the same patterns as other message broker implementations,
55
Kafka's unique characteristics require some specific adaptations in the publisher and consumer definitions.

0 commit comments

Comments
 (0)