Skip to content

Commit

Permalink
ci: use latest version of deploy tool (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian committed Sep 28, 2023
1 parent e0e9ef5 commit 18ce1e0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@ 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
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 18ce1e0

Please sign in to comment.