Skip to content

Commit 9e95098

Browse files
Restore commented-out Jellyfish reporter step
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3d9ac30 commit 9e95098

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,10 @@ jobs:
7777
else
7878
npm publish --tag=${{ steps.npm-tag.outputs['npm-tag'] }} --provenance
7979
fi
80+
81+
# - name: Report results to Jellyfish
82+
# uses: optimizely/jellyfish-deployment-reporter-action@main
83+
# if: ${{ always() && github.event_name == 'release' && (steps.release.outcome == 'success' || steps.release.outcome == 'failure') }}
84+
# with:
85+
# jellyfish_api_token: ${{ secrets.JELLYFISH_API_TOKEN }}
86+
# is_successful: ${{ steps.release.outcome == 'success' }}

0 commit comments

Comments
 (0)