diff --git a/gruntfile.js b/gruntfile.js index a26b7ed0..16131a8e 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -125,7 +125,7 @@ module.exports = function (grunt) { main: { options: { mode: "zip", - archive: "./build/stripe-<%= pkg.version %>.zip", + archive: `./build/stripe-${updatedVersion}.zip`, }, expand: true, src: distFiles,