Skip to content

Commit

Permalink
fixing error in github actions workflow (#147)
Browse files Browse the repository at this point in the history
fixing error in workflow

Signed-off-by: chaosinthecrd <[email protected]>
  • Loading branch information
ChaosInTheCRD authored Feb 1, 2024
1 parent 77a9f42 commit be75142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
artifact-upload-path: profile.cov

release:
needs: [fmt, sast, unit-tests]
needs: [fmt, sast, unit-test]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit be75142

Please sign in to comment.