From 12c64e858d83cde552e58aacb31845ead7a2adf1 Mon Sep 17 00:00:00 2001 From: Raghav Grover <93419161+ra-grover@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:15:02 -0400 Subject: [PATCH] Incrementing version (#42) * Mismatch of conditions * Incrementing version for fix #41 --- .github/workflows/publish-latest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-latest.yaml b/.github/workflows/publish-latest.yaml index 3bd64ce..197536d 100644 --- a/.github/workflows/publish-latest.yaml +++ b/.github/workflows/publish-latest.yaml @@ -5,7 +5,7 @@ on: branches: [master] types: [completed] env: - VERSION: v0.0.6 + VERSION: v0.0.7 jobs: deploy: runs-on: ubuntu-latest