Skip to content

Commit f913c6e

Browse files
committed
Update package publishing workflow
1 parent 7bd5701 commit f913c6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
- run: npm install
5151
- run: npm publish
5252
env:
53-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53+
NODE_AUTH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "three-voxel-loader",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "three.js plugin for loading voxel data",
55
"main": "lib/voxel-loader.js",
66
"scripts": {

0 commit comments

Comments
 (0)