From 7aa80c60c90c7750e898c49f8a7efcc83c08835f Mon Sep 17 00:00:00 2001 From: m-almas Date: Mon, 5 Apr 2021 13:29:29 +0600 Subject: [PATCH] fix grel command 3 --- .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 61da2a179..bfd71d938 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: "./grel upload -u buhta \ -r protoc-gen-validate \ - -t \"${{ steps.get_version.VERSION }}\" \ - -n protoc-gen-validate_\"${{ steps.get_version.VERSION }}\" \ + -t \"${{ steps.get_version.outputs.VERSION }}\" \ + -n protoc-gen-validate_\"${{ steps.get_version.outputs.VERSION }}\" \ -f protoc-gen-validate"