Skip to content

Commit

Permalink
fix: release workflow typos (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Jun 10, 2024
1 parent 16ce2ac commit 3e3793c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -236,7 +236,7 @@ jobs:
push:
runs-on: ubuntu-latest
environment: release
needs: [validate, smoke-test]
needs: [test-bundle, test-dev, test-variables, test-optional-bundle, test-vendor, test-ghcr, smoke-test]
permissions:
contents: write
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-e2e-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- "docs/**"
- "CODEOWNERS"
- "goreleaser.yml"
- ".github/workflows/release.yaml"

permissions:
contents: read
Expand Down

0 comments on commit 3e3793c

Please sign in to comment.