Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix publish
  • Loading branch information
ismaelrumzan committed Oct 3, 2025
commit 78b695bc456cd3d95a0e65eec4fb045ed899ae6e
6 changes: 2 additions & 4 deletions .github/workflows/sdk_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ permissions:
workflow_dispatch: {}
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@995647531b4de70ba615e869506829c1e387d319
with:
mode: publish
enable_sdk_changelog: true
environment: |
NODE_OPTIONS="--max-old-space-size=5120"
node_options: "--max-old-space-size=5125"
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN_ELEVATED }}
Expand Down