Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spinlud committed Jan 10, 2021
1 parent b954a21 commit a0198e6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ jobs:
- name: Check version changes
uses: EndBug/version-check@v1
id: check
with:
diff-search: true

- name: Publish
if: steps.check.outputs.changed == 'true' && github.ref == 'refs/heads/master'
Expand Down
54 changes: 27 additions & 27 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": "sequelize-typescript-generator",
"version": "2.9.0",
"version": "2.9.1",
"description": "Automatically generates typescript models compatible with sequelize-typescript library (https://www.npmjs.com/package/sequelize-typescript) directly from your source database.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@
"reflect-metadata": "^0.1.13",
"sequelize": "^5.22.3",
"sequelize-typescript": "^1.1.0",
"sqlite3": "^5.0.0",
"sqlite3": "^5.0.1",
"tedious": "^9.2.3",
"ts-jest": "^26.4.4",
"ts-node-dev": "^1.1.1",
Expand Down

0 comments on commit a0198e6

Please sign in to comment.