Skip to content

Commit

Permalink
fix: remove checkout-and-build reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rudouglas authored Jun 15, 2021
1 parent 985c4b3 commit bbc2fff
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 @@ -121,7 +121,7 @@ jobs:
generate-changelog:
runs-on: ubuntu-latest
needs: [checkout-and-build, generate-third-party-notices]
needs: [generate-third-party-notices]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit bbc2fff

Please sign in to comment.