Skip to content

Commit 7860c15

Browse files
Update .github/workflows/release-please.yml
Co-authored-by: Jason Bailey <[email protected]>
1 parent 4077e41 commit 7860c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
needs: ['release-please']
9494
permissions:
9595
id-token: write # Needed for OIDC to get release secrets from AWS.
96-
if: ${{ always() && !failure() && !cancelled() && needs.release-please.outputs.package-server-ai-langchain-released == 'true' }}
96+
if: ${{ needs.release-please.outputs.package-server-ai-langchain-released == 'true' }}
9797
outputs:
9898
package-hashes: ${{ steps.build.outputs.package-hashes }}
9999
steps:

0 commit comments

Comments
 (0)