Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly committed Sep 25, 2024
1 parent df2d127 commit 18fa460
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Release

on:
push:
branches:
- main

# branches:
# - main
tags:
- 'v*'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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": {
Expand Down

0 comments on commit 18fa460

Please sign in to comment.