Skip to content

Commit

Permalink
feat: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Feb 27, 2023
1 parent df24b5d commit 831b4bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const cpFile = (fromFile, toFile) =>
client.copy(bucket, fromFile, bucket, toFile, err => (err ? resolve(false) : resolve(true)));
});

// * If you need to revert, change the version, such as v0.3.0
const version = package.version;
const fileList = [
'release/Postcat-Setup-?.exe',
Expand Down

0 comments on commit 831b4bc

Please sign in to comment.