Skip to content

Commit

Permalink
fix gren bin location
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Apr 11, 2022
1 parent a75b50a commit a2fc684
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 @@ -44,7 +44,7 @@ jobs:
git push && git push --tags
PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | tr -d '[[:space:]]')
sleep 1m
./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 a2fc684

Please sign in to comment.