try to fix

This commit is contained in:
Jan Prochazka 2021-02-07 10:43:36 +01:00
parent 1ffa613e09
commit ef0921ecf5
2 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ jobs:
- name: Publish types - name: Publish types
working-directory: packages/types working-directory: packages/types
run: |
npm publish
env: env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm publish

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.2", "version": "3.9.6-alpha.3",
"name": "dbgate-types", "name": "dbgate-types",
"homepage": "https://dbgate.org/", "homepage": "https://dbgate.org/",
"repository": { "repository": {
@ -15,4 +15,4 @@
"types": "index.d.ts", "types": "index.d.ts",
"main": "", "main": "",
"typeScriptVersion": "2.8" "typeScriptVersion": "2.8"
} }