Skip to content

Commit

Permalink
fix: correcrt needs in asset release
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <toddbaert@gmail.com>
  • Loading branch information
toddbaert committed Oct 25, 2022
1 parent d903adb commit 5ed4571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
release-assets:
permissions:
contents: write # for softprops/action-gh-release to create GitHub release
needs: build-oci
needs: release-please
runs-on: ubuntu-latest
if: ${{ needs.release-please.outputs.release_created }}
steps:
Expand Down

0 comments on commit 5ed4571

Please sign in to comment.