Skip to content

Commit 0d66871

Browse files
committed
ability to manually trigger typescript publish
1 parent dc165e2 commit 0d66871

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gbfs-typescript-types",
33
"version": "1.0.8",
4-
"description": "Language Bindings for GBFS in Typescript",
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)