Skip to content

Commit

Permalink
Remove leading v in GitHub release zips
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Oct 23, 2021
1 parent 5cb045f commit d65ad73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const manifest = {
'⚡ A high performance new tab page that gets you where you need to go faster.',
version: pkg.version,
version_name: process.env.GITHUB_REF
? process.env.GITHUB_REF.replace('refs/tags/', '')
? process.env.GITHUB_REF.replace('refs/tags/v', '')
: gitRef().replace(/^v/, ''),
homepage_url: pkg.homepage,
icons: {
Expand Down

0 comments on commit d65ad73

Please sign in to comment.