Skip to content

Commit

Permalink
revert comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Jan 19, 2024
1 parent cb9ff40 commit eeab35a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions scripts/publish-packages.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# cd packages/sg721 && cargo publish && cd ../..
# sleep 10
# cd packages/sg-metadata && cargo publish && cd ../..
# sleep 10
# cd packages/sg4 && cargo publish && cd ../..
# sleep 10
cd packages/sg721 && cargo publish && cd ../..
sleep 10
cd packages/sg-metadata && cargo publish && cd ../..
sleep 10
cd packages/sg4 && cargo publish && cd ../..
sleep 10
cd packages/sg2 && cargo publish && cd ../..
sleep 10
cd packages/sg1 && cargo publish && cd ../..
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -eux
# git checkout -b release-$1
git checkout -b release-$1
PROJECT_PATH=$(pwd)
version=$(grep "version" ./Cargo.toml | head -1 | cut -d '"' -f 2)
echo "Current version: $version"
Expand Down

0 comments on commit eeab35a

Please sign in to comment.