From 07ce474ab54f4824f9c191bc6b36ba9f937be703 Mon Sep 17 00:00:00 2001 From: Alexey Proshutinskiy Date: Fri, 17 Sep 2021 14:37:02 +0300 Subject: [PATCH] ci: fix typos --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10e1b25..74ed298 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: id: release uses: softprops/action-gh-release@v1 with: - name: aqua-dht ${{ env.RELEASE_VERSION }} + name: trust-graph ${{ env.RELEASE_VERSION }} tag_name: ${{ env.RELEASE_VERSION }} files: | trust-graph.tar.gz @@ -138,7 +138,7 @@ jobs: - name: Calculate SHA256 run: | - du -hs aqua-dht.tar.gz + du -hs trust-graph.tar.gz echo $(sha256sum trust-graph.tar.gz) echo "SHA256=$(sha256sum trust-graph.tar.gz | awk '{ print $1 }')" >> $GITHUB_ENV