Skip to content

Commit

Permalink
fix: package signing fixes
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 11f7d84 commit 36597f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
release-assets:
permissions:
contents: write # for softprops/action-gh-release to create GitHub release
needs: release-please
packages: write # for package signing
needs: build-oci
runs-on: ubuntu-latest
if: ${{ needs.release-please.outputs.release_created }}
steps:
Expand Down

0 comments on commit 36597f4

Please sign in to comment.