From 0ff33199507f12ad9f77788e4afb3f2547691c8c Mon Sep 17 00:00:00 2001 From: "C.Lee Taylor" Date: Wed, 27 Jul 2022 16:21:29 +0200 Subject: [PATCH] Add another test tag --- .github/workflows/matrix-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix-test.yml b/.github/workflows/matrix-test.yml index 5fa71f8..d9bbdf5 100644 --- a/.github/workflows/matrix-test.yml +++ b/.github/workflows/matrix-test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest env: # Set to force version number, e.g., when no tag exists. - LEET_VERSION: TEST-0.0.0 + LEET_VERSION: TEST-0.0.2 outputs: upload_url: ${{ steps.release.outputs.upload_url }} leet_version: ${{ env.LEET_VERSION }}