Skip to content

Commit

Permalink
fix: GReN bin path (w/o workspace install)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Oct 27, 2022
1 parent c6f8d65 commit 6bfaf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
git status
sleep 1m
cd packages/react-babylonjs
../../node_modules/.bin/gren release --tags=v${PACKAGE_VERSION}
./node_modules/.bin/gren release --tags=v${PACKAGE_VERSION}
env:
GREN_GITHUB_TOKEN: ${{ secrets.GREN_GITHUB_TOKEN }}
- name: publish npm
Expand Down

0 comments on commit 6bfaf85

Please sign in to comment.