Skip to content

Commit

Permalink
ci: update unstable publish to use tags (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
tplooker authored Apr 26, 2020
1 parent 712bdf2 commit 305cd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_ts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ node scripts/add_stable_install_script.js
new_version=$(node -pe "require('./package.json').version")

# Version to this new unstable version
yarn publish --no-git-tag-version --new-version $new_version
yarn publish --no-git-tag-version --new-version $new_version --tag unstable

# Reset changes to the package.json
git checkout -- package.json
Expand Down

0 comments on commit 305cd0e

Please sign in to comment.