Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
fix: Remove npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Nagar committed Jun 5, 2021
1 parent 3495914 commit b6e8c64
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- attach_workspace:
at: .
- run:
name: Publish npm package
name: Release
command: yarn semantic-release

workflows:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
*.tgz
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"changelogTitle": "# Changelog"
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
Expand Down

0 comments on commit b6e8c64

Please sign in to comment.