chore(deps): Bump @modelcontextprotocol/sdk from 1.18.0 to 1.18.1 #595
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Enable workflow while releasing v2 | |
| # name: draft-release | |
| # on: | |
| # push: | |
| # tags: ['v*'] | |
| # jobs: | |
| # draft-github-release: | |
| # runs-on: ubuntu-latest | |
| # steps: | |
| # - uses: sap/ai-sdk-js/.github/actions/setup@main | |
| # with: | |
| # node-version: ${{ vars.DEFAULT_NODE_VERSION }} | |
| # - name: Get Changelog | |
| # uses: sap/cloud-sdk-js/.github/actions/get-changelog@main | |
| # id: get-changelog | |
| # - uses: ncipollo/release-action@v1 | |
| # env: | |
| # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| # with: | |
| # draft: true | |
| # body: ${{ steps.get-changelog.outputs.changelog }} |