Skip to content

Commit 483e683

Browse files
fix: ability to manually trigger typescript publish (#154)
* ability to manually trigger typescript publish * version bump
1 parent dc165e2 commit 483e683

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/typescript_package_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: GBFS Typescript Language Bindings - Publish
22

33
on:
4+
workflow_dispatch:
5+
workflow_call:
46
push:
57
branches:
68
- master

models/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gbfs-typescript-types",
3-
"version": "1.0.8",
4-
"description": "Language Bindings for GBFS in Typescript",
3+
"version": "1.0.9",
4+
"description": "Language Bindings for GBFS in Typescript.",
55
"license": "Apache-2.0",
66
"types": "index.d.ts",
77
"author": "MobilityData",

0 commit comments

Comments
 (0)