Skip to content

Commit 0c6fc0b

Browse files
committed
💚 fix deployment
1 parent 3f0a0e8 commit 0c6fc0b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: npm ci
1515
- run: npm publish
1616
env:
17-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
17+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1818
documentation:
1919
needs: publish
2020
runs-on: ubuntu-latest

package-lock.json

Lines changed: 4 additions & 4 deletions
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": "json-schema-class",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "An Abstract Class that uses JSON Schema validation to build an extensible application with strongish type",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)