Skip to content

Commit

Permalink
build: fix version file to match actual release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccaffery committed Dec 16, 2020
1 parent bbc6697 commit 7df3e75
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 @@ -9,7 +9,7 @@ plugins:
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
- path: "@semantic-release/exec"
prepareCmd: echo ${nextRelease.gitHead} > VERSION
prepareCmd: echo ${nextRelease.gitTag} > VERSION
- path: "@semantic-release/github"
- path: "@semantic-release/git"
assets:
Expand Down

0 comments on commit 7df3e75

Please sign in to comment.