Skip to content

Commit

Permalink
fix: update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
pavophilip committed Dec 26, 2023
1 parent 199cad4 commit b10035b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
registry-url: https://registry.npmjs.org
- run: npm ci -w @react-shader/renderer
- run: npm run build -w @react-shader/renderer
- run: npm ci -w @react-shader-fiber/stdlib
- run: npm run build -w @react-shader-fiber/stdlib
- run: npm publish -w @react-shader-fiber/stdlib --access public
- run: npm ci -w @react-shader/stdlib
- run: npm run build -w @react-shader/stdlib
- run: npm publish -w @react-shader/stdlib --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand Down

0 comments on commit b10035b

Please sign in to comment.