Skip to content

Commit

Permalink
Revert "fix: npm tag on release (#252)"
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicanC committed May 7, 2022
1 parent ab598f7 commit 80330c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-pre.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { changeAllPkgJSON, resolveDir } from './utils/changePackages';
* Using yargs to get arguments from shell command
*/
const argv = await yargs(hideBin(process.argv)).argv;
const tag = argv.tag;
const tag = argv.sha;
const sha = argv.sha;
const ref = argv.ref;
const version = `0.0.0-${ref}-${(sha as string).slice(0, 8)}`;
Expand Down

0 comments on commit 80330c8

Please sign in to comment.