Skip to content

Commit

Permalink
hardcode semantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Sep 28, 2023
1 parent fcbf04e commit e5068bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
uses: cycjimmy/semantic-release-action@v4
id: semantic-release
with:
# version numbers below can be in many forms: M, M.m, M.m.p
# version should be greater than the 22.0.1 (https://github.com/semantic-release/semantic-release/releases/tag/v22.0.1)
# because previous version had a bug in commit analyzer
semantic_version: 22.0.5
extra_plugins: |
conventional-changelog-conventionalcommits
@semantic-release/changelog
Expand Down

0 comments on commit e5068bc

Please sign in to comment.