Skip to content

Commit 18fa460

Browse files
committed
v0.1.0
1 parent df2d127 commit 18fa460

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Release
22

33
on:
44
push:
5-
branches:
6-
- main
7-
5+
# branches:
6+
# - main
7+
tags:
8+
- 'v*'
89
env:
910
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1011

packages/workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inngest/workflow-kit",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Durable visual workflows in your app, instantly",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)