Skip to content

Commit

Permalink
Update .github/workflows/prepare-release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Helmuth <[email protected]>
  • Loading branch information
Sanket-0510 and TylerHelmuth authored Jan 31, 2024
1 parent 3b0f9d4 commit c007b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
shell: bash
# Releasing opentelemetry-collector
prepare-release:
needs: validate-version
needs:
- validate-version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit c007b9c

Please sign in to comment.