Skip to content

Commit 786b44d

Browse files
authored
Fix manual publish (#10)
* Fix manual publish trigger * fix npm version
1 parent e2f676a commit 786b44d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
name: Node.js Package
55

66
on:
7+
workflow_dispatch:
78
release:
8-
types: [created, workflow_dispatch]
9+
types: [created]
910

1011
jobs:
1112
publish-npm:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koddsson/context-protocol",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A Lit compatible implementation of the context-protocol community protocol",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)