Skip to content

Commit

Permalink
ci: fix the min version for semantic release (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 authored Sep 29, 2023
1 parent 8b9f02a commit 7588700
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ jobs:
id: semantic-release
with:
dry_run: false
# version numbers below can be in many forms: M, M.m, M.m.p
semantic_version: latest
extra_plugins: |
conventional-changelog-conventionalcommits
@semantic-release/changelog
@semantic-release/git
@semantic-release/github
@semantic-release/exec
env:
Expand Down

0 comments on commit 7588700

Please sign in to comment.