fix(gh): update publish command

This commit is contained in:
2023-10-20 09:27:05 +00:00
parent cf0a723d8d
commit e410ae094b
2 changed files with 3 additions and 3 deletions

View File

@@ -37,6 +37,6 @@ jobs:
- name: Publish - name: Publish
run: | run: |
npm config set //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN npm config set //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN
npm run publish npm publish --access public
env: env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@valkyr/db", "name": "@valkyr/db",
"version": "1.0.0", "version": "1.0.0-rc1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@valkyr/db", "name": "@valkyr/db",
"version": "1.0.0", "version": "1.0.0-rc1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"dot-prop": "8.0.2", "dot-prop": "8.0.2",