From 2bc68c7add358d092c752b6b5a0137f68b6a1204 Mon Sep 17 00:00:00 2001 From: Aidan Holland Date: Wed, 21 Jun 2023 12:29:36 -0400 Subject: [PATCH] fix(ci): switch boolean format --- .github/workflows/release-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-ci.yaml b/.github/workflows/release-ci.yaml index 1eafe4a..3804da2 100644 --- a/.github/workflows/release-ci.yaml +++ b/.github/workflows/release-ci.yaml @@ -12,7 +12,7 @@ jobs: secrets: inherit with: tag: "latest" - version: "true" + version: true release: uses: ./.github/workflows/reusable-release-pypi.yaml