Skip to content

Commit

Permalink
Fix release workflow YAML from copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
IfSentient committed Jun 5, 2024
1 parent eba508d commit 32fed75
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 @@ -128,8 +128,8 @@ jobs:
go mod tidy
go build cmd/operator/*.go
go build plugin/pkg/*.go
release:
needs: test
release:
needs: ['unit-test','integration-test']
runs-on: ubuntu-latest
steps:
# git checkout
Expand Down

0 comments on commit 32fed75

Please sign in to comment.