From 25f8969b0f64ebc1d90ad4f1510f3fdec65ebfa0 Mon Sep 17 00:00:00 2001 From: Darwin <5746693+darwin67@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:03:57 -0800 Subject: [PATCH] bump version to 0.0.3 (#50) Co-authored-by: Darwin D Wu --- .github/workflows/release.yml | 1 + inngest/VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 152a8f5b..50589a68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,7 @@ jobs: # Publish will only run when it detects a change on top publish: + if: ${{ needs.changes.outputs.pkgs != '[]' }} needs: changes runs-on: ubuntu-latest strategy: diff --git a/inngest/VERSION b/inngest/VERSION index 0ea3a944..bcab45af 100644 --- a/inngest/VERSION +++ b/inngest/VERSION @@ -1 +1 @@ -0.2.0 +0.0.3