Skip to content

Commit

Permalink
Merge pull request #19 from andstor/develop
Browse files Browse the repository at this point in the history
Update package publishing workflow
  • Loading branch information
andstor authored Mar 5, 2020
2 parents 627fa06 + f913c6e commit 58a2aaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three-voxel-loader",
"version": "1.1.3",
"version": "1.1.4",
"description": "three.js plugin for loading voxel data",
"main": "lib/voxel-loader.js",
"scripts": {
Expand Down

0 comments on commit 58a2aaf

Please sign in to comment.