From 82be56e11a18fa17752f54eacf0ff75ee658c021 Mon Sep 17 00:00:00 2001 From: Sangeetha Madamanchi Date: Fri, 5 Jan 2024 13:07:06 -0600 Subject: [PATCH] fix(missingKey): make the missing key less strict by allowing the zerovalue based on the type of variable --- .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 d94df69..81cb153 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.8 + VERSION: v0.0.9 jobs: deploy: runs-on: ubuntu-latest