We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f676a commit 786b44dCopy full SHA for 786b44d
.github/workflows/npm-publish.yml
@@ -4,8 +4,9 @@
4
name: Node.js Package
5
6
on:
7
+ workflow_dispatch:
8
release:
- types: [created, workflow_dispatch]
9
+ types: [created]
10
11
jobs:
12
publish-npm:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@koddsson/context-protocol",
3
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "A Lit compatible implementation of the context-protocol community protocol",
"type": "module",
"scripts": {
0 commit comments