Skip to content

Commit

Permalink
Release v1.37.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Oct 14, 2023
1 parent 5983bf7 commit 383ed08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: NODE_ENV=production npm ci
- run: npm ci
- run: npm run build --if-present
- run: npm test

Expand All @@ -29,7 +29,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: NODE_ENV=production npm ci
- run: npm run build --if-present
- run: npm test
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@danny-avila/node-gpt-api",
"version": "1.37.3",
"name": "nodejs-gpt",
"version": "1.37.4",
"description": "A ChatGPT implementation using the official ChatGPT model via OpenAI's API.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 383ed08

Please sign in to comment.