Skip to content

Commit ef31d75

Browse files
committed
ci(release): fix release workflow
Ref: #65 Signed-off-by: Philip Gerke <me@philipgerke.com>
1 parent 512f97d commit ef31d75

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: pnpm run build
7676
- name: Publish to npmjs.org
7777
run: |
78-
pnpm publish ./dist --access public --tag latest;
78+
pnpm publish --access public --tag latest;
7979
env:
8080
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8181
NPM_CONFIG_PROVENANCE: true

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://
77
semver.org/spec/v2.0.0.html).
88

9-
## 1.4.14 - 22.03.2025
9+
## 1.4.15 - 22.03.2025
1010

1111
### Added
1212

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3>Global</h3>
161161
<h1>Home</h1>
162162
</header>
163163

164-
<h3>freeathome-local-api-client 1.4.14</h3>
164+
<h3>freeathome-local-api-client 1.4.15</h3>
165165

166166
<section>
167167
<article>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freeathome-local-api-client",
3-
"version": "1.4.14",
3+
"version": "1.4.15",
44
"preview": false,
55
"description": "A client library for the BUSCH-JAEGER free@home local API implemented in TypeScript",
66
"repository": {

0 commit comments

Comments
 (0)