Skip to content

Commit

Permalink
[massa-proto-cli] release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Aug 23, 2023
1 parent 4b1a91f commit fd5d78d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/add_versions.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/bash
set -ex

npm publish "@massalabs/[email protected]"

# npm dist-tag add "@massalabs/[email protected]" buildnet
# npm dist-tag add "@massalabs/[email protected]" buildnet

npm dist-tag rm "@massalabs/[email protected]" testnet
npm dist-tag rm "@massalabs/[email protected]" testnet
# npm dist-tag rm "@massalabs/[email protected]" testnet
# npm dist-tag rm "@massalabs/[email protected]" testnet

0 comments on commit fd5d78d

Please sign in to comment.