Skip to content

Commit

Permalink
ci: fix semantic-release exiting early during deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian committed Feb 12, 2024
1 parent a67e345 commit 5e96640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

- name: Deploy git tag via semantic release
uses: cycjimmy/semantic-release-action@v4
id: semantic-release
id: semantic-release
with:
# 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
Expand Down

0 comments on commit 5e96640

Please sign in to comment.