Skip to content

Commit

Permalink
build: reference correct shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed May 21, 2023
1 parent 4a8c7d0 commit 86c384c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins:
- '@semantic-release/release-notes-generator'
- '@semantic-release/changelog'
- - '@semantic-release/exec'
- prepareCmd: "./semantic-release-build.sh ${nextRelease.version}"
- prepareCmd: "./release.sh ${nextRelease.version}"
- - '@semantic-release/github'
- - '@semantic-release/git'
- assets:
Expand Down

0 comments on commit 86c384c

Please sign in to comment.