Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Commit

Permalink
Fix tag name in update script (release-6.21.0 rather than v6.21.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Dec 19, 2016
1 parent 559a4b3 commit de007e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function New-GitHubRelease(
body = 'Automated upgrade to Babel ' + $version
draft = $false
name = $version
tag_name = 'v' + $version
tag_name = 'release-' + $version
} | ConvertTo-Json)
}

Expand Down

0 comments on commit de007e2

Please sign in to comment.