Skip to content

Commit

Permalink
fix: release step (isomorphic-git#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVerschueren authored Mar 21, 2022
1 parent 448bf61 commit 942ed52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ branches:
success:
- '@semantic-release/github'
- path: '@semantic-release/exec'
cmd: "node __tests__/__helpers__/tweet.js 'v${nextRelease.version} has been published! https://github.com/isomorphic-git/isomorphic-git/releases/tag/v${nextRelease.version}'"
cmd: "node __tests__/__helpers__/tweet.cjs 'v${nextRelease.version} has been published! https://github.com/isomorphic-git/isomorphic-git/releases/tag/v${nextRelease.version}'"
File renamed without changes.

0 comments on commit 942ed52

Please sign in to comment.