Skip to content

Commit 36597f4

Browse files
committed
fix: package signing fixes
Signed-off-by: Todd Baert <[email protected]>
1 parent 11f7d84 commit 36597f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
release-assets:
8383
permissions:
8484
contents: write # for softprops/action-gh-release to create GitHub release
85-
needs: release-please
85+
packages: write # for package signing
86+
needs: build-oci
8687
runs-on: ubuntu-latest
8788
if: ${{ needs.release-please.outputs.release_created }}
8889
steps:

0 commit comments

Comments
 (0)