Skip to content

Commit

Permalink
fix: semantic-release exec scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
schw4rzlicht committed Jun 16, 2020
1 parent cc7577c commit 1daea65
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 @@ -21,5 +21,5 @@ plugins:
- package-lock.json
- docs/CHANGELOG.md
- - "@semantic-release/exec"
- prepare: ".ci/generate-dotenv.sh ${nextRelease.channel}"
success: ".ci/notify-sentry.sh ${nextRelease.version}"
- prepareCmd: ".ci/generate-dotenv.sh ${nextRelease.channel}"
successCmd: ".ci/notify-sentry.sh ${nextRelease.version}"

0 comments on commit 1daea65

Please sign in to comment.