Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pd-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
OT_PD_SENTRY_DSN: ${{ secrets.OT_PD_SENTRY_DSN }}
OT_PD_SENTRY_DEV_DSN: ${{ secrets.OT_PD_SENTRY_DEV_DSN }}
run: |
make -C protocol-designer NODE_ENV=${{ needs.determine-deploy-config.outputs.environment == 'production' && 'production' || 'development' }}
make -C protocol-designer ${{ needs.determine-deploy-config.outputs.environment == 'production' && 'NODE_ENV=production OT_PD_PRERELEASE_MODE=0' || 'NODE_ENV=development OT_PD_PRERELEASE_MODE=1' }}
- name: "upload sourcemaps to Sentry"
# Only on production releases (tagged with protocol-designer*)
if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/protocol-designer')
Expand Down
Loading