Skip to content

Commit

Permalink
Fix gh action (#301)
Browse files Browse the repository at this point in the history
* release 3.1.23 📦 (remove obsolete imports for VR)
  • Loading branch information
brianzinn committed Oct 25, 2023
1 parent 81832c7 commit ff600fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,14 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: brianzinn
- name: install deps (not workspace)
working-directory: ./packages/react-babylonjs
- name: install deps
# npm ci
run: |
npm install --legacy-peer-deps
- name: build test coverage
working-directory: ./packages/react-babylonjs
run: |
npm run build
npm run test:coverage
npm run build -w packages/react-babylonjs
npm run test:coverage -w packages/react-babylonjs
- name: version-changelog-commit
run: |
npm version ${{ github.event.inputs.npmVersion }} -w packages/react-babylonjs
Expand All @@ -51,7 +49,6 @@ jobs:
git push --follow-tags
git status
sleep 1m
cd packages/react-babylonjs
./node_modules/.bin/gren release --tags=v${PACKAGE_VERSION}
env:
GREN_GITHUB_TOKEN: ${{ secrets.GREN_GITHUB_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions packages/react-babylonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-babylonjs",
"version": "3.1.20",
"version": "3.1.23",
"description": "React for Babylon.js",
"homepage": "https://brianzinn.github.io/react-babylonjs/",
"keywords": [
Expand Down Expand Up @@ -67,7 +67,6 @@
"eslint-plugin-react-hooks": "^4.4.0",
"esm": "^3.2.25",
"github-release-notes": "0.17.2",
"husky": ">=6",
"lodash.camelcase": "^4.3.0",
"mocha": "^9.2.2",
"prettier": "^2.6.1",
Expand Down

0 comments on commit ff600fa

Please sign in to comment.