Skip to content

Commit

Permalink
cicd: Fixed release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jun 17, 2024
1 parent 81fa6e9 commit dace70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dace70e

Please sign in to comment.