diff --git a/.github/workflows/typescript_package_publish.yml b/.github/workflows/typescript_package_publish.yml index 514e72d..afae8ea 100644 --- a/.github/workflows/typescript_package_publish.yml +++ b/.github/workflows/typescript_package_publish.yml @@ -1,6 +1,8 @@ name: GBFS Typescript Language Bindings - Publish on: + workflow_dispatch: + workflow_call: push: branches: - master diff --git a/models/typescript/package.json b/models/typescript/package.json index 8b383de..e700d59 100644 --- a/models/typescript/package.json +++ b/models/typescript/package.json @@ -1,7 +1,7 @@ { "name": "gbfs-typescript-types", - "version": "1.0.8", - "description": "Language Bindings for GBFS in Typescript", + "version": "1.0.9", + "description": "Language Bindings for GBFS in Typescript.", "license": "Apache-2.0", "types": "index.d.ts", "author": "MobilityData",