Skip to content

Commit

Permalink
chore: Enable jest mocks release process. (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Jan 24, 2025
1 parent 76a4311 commit 12f25d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,7 @@ jobs:
permissions:
id-token: write
contents: write
# HACK: jest is not ready for release yet.
if: false #${{ needs.release-please.outputs.package-tooling-jest-release == 'true' }}
if: ${{ needs.release-please.outputs.package-tooling-jest-release == 'true' }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 12f25d3

Please sign in to comment.