Skip to content

Commit

Permalink
cleanup publish workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Sep 20, 2024
1 parent c05beea commit af5e105
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ jobs:
exit 1
fi
pnpm nx release $( ${{ env.DRY_RUN }} && echo "--dry-run" || echo "") --yes --specifier ${{ env.RELEASE_TYPE }}
if [[ ${{ env.DRY_RUN }} == 'true' ]]; then
echo "Dry run completed successfully."
exit 0
fi
- name: Warm up CDN
id: warm_up_cdn
Expand Down

0 comments on commit af5e105

Please sign in to comment.