diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7c689e8..50d50d8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,4 +23,6 @@ jobs: node-version: '16.x' registry-url: "https://registry.npmjs.org" - run: npm ci - - run: npm publish + - run: npm publish --access=public + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package-lock.json b/package-lock.json index b4e439a..61ad8ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "@mousetool/onelua", - "version": "1.2.0", + "name": "@cassolette/onelua", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@mousetool/onelua", - "version": "1.2.0", + "name": "@cassolette/onelua", + "version": "1.2.1", "license": "MIT", "dependencies": { "argparse": "^2.0.1", diff --git a/package.json b/package.json index 62820a3..5dfce4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cassolette/onelua", - "version": "1.2.0", + "version": "1.2.1", "description": "Lua script merger bringing in the NPM workflow. Compiles multiple Lua scripts into one single script, and enables tracking of remote Lua packages.", "repository": "https://github.com/Cassolette/onelua", "main": "onelua.js",