Skip to content

Commit 71b9918

Browse files
fix: sets inactive publishing file for typescript (#11)
1 parent 37d7a8f commit 71b9918

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Publish
2+
"on":
3+
push:
4+
branches:
5+
- main
6+
paths:
7+
- RELEASES.md
8+
jobs:
9+
publish:
10+
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14
11+
with:
12+
create_release: true
13+
secrets:
14+
github_access_token: ${{ secrets.GITHUB_TOKEN }}
15+
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

0 commit comments

Comments
 (0)