Skip to content

Commit fa20648

Browse files
committed
remove TODOs
1 parent db9cee9 commit fa20648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-deb-ppa-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
run: |
2828
REPO_DIR=$PWD
2929
TAG=$(git ls-remote --tags https://github.com/ton-blockchain/ton/ | tail -1 | sed -n -e 's/^.*tags\///p')
30-
# TAG=$(echo $TAG | sed s'/-/.100/') // TODO uncomment with next release
30+
TAG=$(echo $TAG | sed s'/-/.100/')
3131
DATE=$(date -R)
32-
VERSION=${TAG:1}.8001 # TODO remove .8000 with next release
32+
VERSION=${TAG:1}
3333
REVISION=1
3434
echo "latest TAG = $TAG, VERSION=$VERSION, DATE=$DATE"
3535

0 commit comments

Comments
 (0)