Skip to content

Commit

Permalink
Honcho v0.0.12 Release Updates (#1)
Browse files Browse the repository at this point in the history
* feat: Versioning

* update github action workflow
  • Loading branch information
VVoruganti authored Oct 22, 2024
1 parent 0a2a73a commit 6d88e47
Show file tree
Hide file tree
Showing 4 changed files with 757 additions and 631 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run_stainless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Upload OpenAPI spec to Stainless

on:
push:
branches: [main]
branches:
- '**'

jobs:
stainless:
Expand All @@ -17,6 +18,7 @@ jobs:
config_path: 'openapi.stainless.yml'
output_path: 'honcho-openapi.documented.json'
project_name: 'honcho'
branch: ${{ github.ref_name }}
- uses: actions/upload-artifact@v4
with:
path: honcho-openapi.documented.json
Loading

0 comments on commit 6d88e47

Please sign in to comment.