Skip to content

Commit

Permalink
Workaround for nx issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Oct 7, 2024
1 parent 26cb66c commit 0e35b91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,8 @@ jobs:
fi
./nx release $PROJECT_ARG $DRY_RUN_FLAG --skip-publish --verbose
# Temporary workaround for nx issue: https://github.com/nrwl/nx/issues/22073#
if [ $? -eq 0 ] && [ -z "$DRY_RUN_FLAG" ]; then
git push origin
fi

0 comments on commit 0e35b91

Please sign in to comment.