From 5173082cad6d726dc7fbdbcf8ad63ea348943716 Mon Sep 17 00:00:00 2001 From: Michael Herstine Date: Sun, 1 Sep 2024 18:40:37 -0700 Subject: [PATCH] Forcing release 0.3.1 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de13056..fcb8cdd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,8 +21,8 @@ jobs: name: create-release runs-on: ubuntu-latest # Un-comment this for testing - # env: - # RELEASE_VERSION: 0.2.3 + env: + RELEASE_VERSION: 0.3.1 steps: - name: Create artifacts directory run: mkdir artifacts