Skip to content

Commit

Permalink
fix: release pipeline again (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Jun 28, 2024
1 parent 5f3376b commit e538af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
push:
runs-on: ubuntu-latest
environment: release
needs: [test-bundle, test-dev, test-variables, test-optional-bundle, test-vendor, test-ghcr, smoke-test, test-engine]
needs: [test, test-ghcr, smoke-test]
permissions:
contents: write
steps:
Expand Down

0 comments on commit e538af4

Please sign in to comment.