diff --git a/.github/workflows/build-npm.yaml b/.github/workflows/build-npm.yaml index dba1aac8..823e4409 100644 --- a/.github/workflows/build-npm.yaml +++ b/.github/workflows/build-npm.yaml @@ -44,7 +44,7 @@ jobs: - name: Publish types working-directory: packages/types - run: | - npm publish env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + run: | + npm publish diff --git a/packages/types/package.json b/packages/types/package.json index b10d0493..29c063db 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.2", + "version": "3.9.6-alpha.3", "name": "dbgate-types", "homepage": "https://dbgate.org/", "repository": { @@ -15,4 +15,4 @@ "types": "index.d.ts", "main": "", "typeScriptVersion": "2.8" -} +} \ No newline at end of file