We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fe5446 + 7a58fce commit d01cc8bCopy full SHA for d01cc8b
.github/workflows/main.yml
@@ -90,14 +90,14 @@ jobs:
90
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
91
- name: Publish rapier3d-compat
92
run: |
93
- cd rapier3d-compat/pkg3d;
+ cd rapier-compat/pkg3d;
94
npm version 0.0.0-$(git rev-parse --short HEAD)-$(date '+%Y%m%d') --git-tag-version false;
95
npm publish --tag canary --access public;
96
env:
97
98
- name: Publish rapier2d-compat
99
100
- cd rapier3d-compat/pkg2d;
+ cd rapier-compat/pkg2d;
101
102
103
0 commit comments