Skip to content

Commit

Permalink
build: update release asset's name
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryC-3 committed Mar 23, 2023
1 parent 8258cb2 commit 6ab1011
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const zipName = "extension.zip";
const zipName = "D2Nv${nextRelease.version}.zip";

module.exports = {
branches: ["master"],
Expand Down Expand Up @@ -34,7 +34,6 @@ module.exports = {
assets: { path: `./${zipName}` },
},
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
Expand Down

0 comments on commit 6ab1011

Please sign in to comment.