Skip to content

Commit

Permalink
🐛 fix: Disable npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
esnya committed Jun 2, 2022
1 parent b4ed8ce commit d909c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ plugins:
- semantic-release-gitmoji
- - "@semantic-release/exec"
- publishCmd: VERSION=${nextRelease.version} npx ts-node ./.github/scripts/create-unitypackage.ts
- - "@semantic-release/exec"
- publishCmd: npm publish -ws
# - - "@semantic-release/exec"
# - publishCmd: npm publish -ws
- - "@semantic-release/github"
- assets: dist/*
- "@semantic-release/git"

0 comments on commit d909c91

Please sign in to comment.