Skip to content

Commit

Permalink
Merge pull request #19 from yongenaelf/feature/acs
Browse files Browse the repository at this point in the history
fix: fix comments
  • Loading branch information
ymlalf authored Feb 26, 2024
2 parents 13c8bc9 + 63a8982 commit db0fa8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/aelf-contract-templates/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AELF_TOOLS_TARGET_PATH=/aelf-tools
git clone -b $AELF_TOOLS_BRANCH https://github.com/AElfProject/aelf-developer-tools.git $HOME$AELF_TOOLS_TARGET_PATH
dotnet pack -c Release -o $HOME $HOME$AELF_TOOLS_TARGET_PATH/aelf.tools/AElf.Tools -p:Version=$AELF_TOOLS_VERSION
dotnet nuget push $HOME/AElf.Tools.1.0.5.nupkg -s LocalNuget
echo "AElf.Tools 1.0.5 deployed"
echo "AElf.Tools $AELF_TOOLS_VERSION deployed"

CONTRACT_TEMPLATE_VERSION=1.0.0
CONTRACT_TEMPLATE_BRANCH=feature/template-1.0.0
Expand Down

0 comments on commit db0fa8e

Please sign in to comment.