From dace70e6612c0964a627a487bcfea76195a9ae33 Mon Sep 17 00:00:00 2001 From: jruaux Date: Mon, 17 Jun 2024 12:46:08 -0700 Subject: [PATCH] cicd: Fixed release workflow --- .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 cefc154e0..78310d874 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,8 +47,8 @@ jobs: with: project-version: ${{ needs.precheck.outputs.version }} tasks: ${{ github.event.inputs.build-tasks }} - secrets: - codecov-token: ${{ secrets.CODECOV_TOKEN }} + secrets: + codecov-token: ${{ secrets.CODECOV_TOKEN }} release: name: Release