Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Commit

Permalink
Update to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
miksago committed Jun 10, 2010
1 parent 3e4c415 commit 1fce085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -67,7 +67,7 @@ namespace :npm do
task :publish do
puts "Publishing to NPM"
system("npm publish #{`pwd`}")
system("npm tag websocket-server #{@version} stable")
system("npm tag websocket-server #{@version} latest")
puts "-> Done"
end
end

0 comments on commit 1fce085

Please sign in to comment.