Skip to content

Commit

Permalink
ci: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyu1225 committed Mar 21, 2024
1 parent ad31c95 commit 9494616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: chore(deps): bump blocto-sdk to ${{ steps.setEnvironmentVariables.outputs.PACKAGE_VERSION }}')
commit-message: chore(deps): bump blocto-sdk to ${{ steps.setEnvironmentVariables.outputs.PACKAGE_VERSION }}
title: "chore(deps): bump sdk to ${{ steps.setEnvironmentVariables.outputs.PACKAGE_VERSION }}') "
body: SDK version [SDK](https:'https://github.com/blocto/blocto-sdk/releases/tag/@blocto/sdk@${{ steps.setEnvironmentVariables.outputs.PACKAGE_VERSION }}') version is released
branch: update-sdk-version
Expand Down

0 comments on commit 9494616

Please sign in to comment.