Skip to content

Commit

Permalink
fix: ability to manually trigger typescript publish (#154)
Browse files Browse the repository at this point in the history
* ability to manually trigger typescript publish

* version bump
  • Loading branch information
Alessandro100 authored Dec 3, 2024
1 parent dc165e2 commit 483e683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/typescript_package_publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: GBFS Typescript Language Bindings - Publish

on:
workflow_dispatch:
workflow_call:
push:
branches:
- master
Expand Down
4 changes: 2 additions & 2 deletions models/typescript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 483e683

Please sign in to comment.