Skip to content

Commit

Permalink
ci: remove workaround for semantic-release issue skipping deployment (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian authored Sep 25, 2023
1 parent 90d7e48 commit 09bc4ac
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/deploy-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ jobs:
id: semantic-release
with:
# version numbers below can be in many forms: M, M.m, M.m.p
semantic_version: 19
extra_plugins: |
conventional-changelog-conventionalcommits@4
@semantic-release/changelog@6
@semantic-release/git@10
@semantic-release/github@8
@semantic-release/exec@6
conventional-changelog-conventionalcommits
@semantic-release/changelog
@semantic-release/git
@semantic-release/github
@semantic-release/exec
env:
# Needs to push git commits to repo. Needs write access.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 09bc4ac

Please sign in to comment.