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 df2d127 commit 18fa460Copy full SHA for 18fa460
.github/workflows/release.yml
@@ -2,9 +2,10 @@ name: Release
2
3
on:
4
push:
5
- branches:
6
- - main
7
-
+ # branches:
+ # - main
+ tags:
8
+ - 'v*'
9
env:
10
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
11
packages/workflow/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@inngest/workflow-kit",
- "version": "0.0.1",
+ "version": "0.1.0",
"description": "Durable visual workflows in your app, instantly",
"main": "dist/index.js",
"scripts": {
0 commit comments