Skip to content

Commit

Permalink
chore(workflow): fix publish default tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw committed Sep 24, 2021
1 parent 3455a46 commit e668742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async function pushToGithub(selectVersion) {
}

async function publish(version) {
let releaseTag = null;
let releaseTag = 'latest';
if (args.tag) {
releaseTag = args.tag;
} else if (version.includes('alpha')) {
Expand Down

0 comments on commit e668742

Please sign in to comment.