Skip to content

Commit 3cc1406

Browse files
committed
pump replayer js version
1 parent 9a9d89d commit 3cc1406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-npm-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# env:
5252
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5353

54-
- name: Private publish to NPM
54+
- name: Publish to NPM
5555
if: startsWith(github.ref, 'refs/tags/replayer-adapter-nodejs-v')
5656
run: |
5757
cd replayer-adapter-nodejs

replayer-adapter-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phuongdnguyen/replayer-adapter-nodejs",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Replayer adapter and interceptors for Temporal Node.js workflows",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)